rust/crates/core_simd/tests
Jubilee Young 5424140b66 Add SIMD shuffles for SimdType{2,4,8,16,32,64}
This const generic implementation for certain lane sizes represents
a more limited interface than what LLVM's shufflevector instruction
can handle, as normally the length of U can be different from the
length of T, but offers an interface that it is expected to be able
to expand the capabilities of in the future.
2021-02-05 23:28:12 -08:00
..
helpers Reenable ops and fix tests 2020-12-14 00:00:02 -05:00
ops_impl Add guards/tests for div,rem overflow cases 2021-02-02 18:59:22 -06:00
ops.rs Implement core::ops (#10) 2020-10-01 19:50:15 -07:00
permute.rs Add SIMD shuffles for SimdType{2,4,8,16,32,64} 2021-02-05 23:28:12 -08:00