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

Fix "simd_support" feature #1056

Merged
merged 3 commits into from Oct 15, 2020
Merged

Fix "simd_support" feature #1056

merged 3 commits into from Oct 15, 2020

Commits on Oct 8, 2020

  1. Switch to packed_simd_2

    vks committed Oct 8, 2020
    Copy the full SHA
    9ce908c View commit details
    Browse the repository at this point in the history
  2. Remove __m64 support

    This is necessary, because support for `__m64` was removed from nighly
    Rust [1].
    
    Fixes rust-random#1050.
    
    [1] rust-lang/stdarch#823
    vks committed Oct 8, 2020
    Copy the full SHA
    c4be0a2 View commit details
    Browse the repository at this point in the history
  3. Relax requirement for widening multiply implementation

    The specialized instructions are already available with `sse2`.
    vks committed Oct 8, 2020
    Copy the full SHA
    e82d1f2 View commit details
    Browse the repository at this point in the history