Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disentangle nightly and simd_support feature #1048

Merged
merged 3 commits into from Sep 22, 2020

Commits on Sep 22, 2020

  1. Disentangle nightly and simd_support feature

    Now `nightly` can be used without implying `simd_support`. This
    hopefully makes the `nightly` feature more stable and improves
    compilation time if `simd_support` is not required.
    
    The documentation and changelog were updated accordingly.
    vks committed Sep 22, 2020
    Copy the full SHA
    25149d9 View commit details
    Browse the repository at this point in the history
  2. Improve feature stability comment

    vks committed Sep 22, 2020
    Copy the full SHA
    e758f95 View commit details
    Browse the repository at this point in the history
  3. Mention PR number in changelog

    vks committed Sep 22, 2020
    Copy the full SHA
    faad0b5 View commit details
    Browse the repository at this point in the history