about summary refs log tree commit diff
path: root/src/test/codegen/simd-intrinsic-generic-select.rs
AgeCommit message (Collapse)AuthorLines
2019-02-08Move simd intrinsic codegen tests into the simd-intrinsic subdirgnzlbg-37/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-13rustc: Add an unstable `simd_select_bitmask` intrinsicAlex Crichton-0/+12
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-nursery/stdsimd#310
2018-03-18add codegen testgnzlbg-0/+35