| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-02-08 | Move simd intrinsic codegen tests into the simd-intrinsic subdir | gnzlbg | -37/+0 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-12-13 | rustc: Add an unstable `simd_select_bitmask` intrinsic | Alex 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-18 | add codegen test | gnzlbg | -0/+35 | |
