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

rustc: Add an unstable simd_select_bitmask intrinsic #56789

Merged
merged 1 commit into from
Dec 16, 2018

Commits on Dec 14, 2018

  1. rustc: Add an unstable simd_select_bitmask intrinsic

    This is going to be required for binding a number of AVX-512 intrinsics
    in the `stdsimd` repository, and this intrinsic is the same as
    `simd_select` except that it takes a bitmask as the first argument
    instead of a SIMD vector. This bitmask is then transmuted into a `<NN x
    i8>` argument, depending on how many bits it is.
    
    cc rust-lang/stdarch#310
    alexcrichton committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    ceee7f3 View commit details
    Browse the repository at this point in the history