rust/crates/core_simd/tests
Jubilee 4f0d8225fa
Implement dynamic byte-swizzle prototype (rust-lang/portable-simd#334)
This is meant to be an example that is used to test
a Rust intrinsic against, which will replace it.
The interface is fairly direct and doesn't address
more nuanced or interesting permutations one can do,
nevermind on types other than bytes.

The ultimate goal is for direct LLVM support for this.
2023-04-22 18:27:52 -07:00
..
mask_ops_impl Remove reexport of simd::* 2022-11-27 23:44:20 -05:00
autoderef.rs Remove reexport of simd::* 2022-11-27 23:44:20 -05:00
cast.rs Add core_simd/tests/cast.rs 2022-01-26 21:04:47 -08:00
f32_ops.rs
f64_ops.rs
i8_ops.rs
i16_ops.rs Move comparisons to SimdPartialOrd and SimdOrd traits 2022-03-13 19:07:36 +00:00
i32_ops.rs
i64_ops.rs
isize_ops.rs
mask_ops.rs
masks.rs Remove reexport of simd::* 2022-11-27 23:44:20 -05:00
ops_macros.rs Remove reexport of simd::* 2022-11-27 23:44:20 -05:00
pointers.rs Remove reexport of simd::* 2022-11-27 23:44:20 -05:00
round.rs Remove reexport of simd::* 2022-11-27 23:44:20 -05:00
swizzle_dyn.rs Implement dynamic byte-swizzle prototype (rust-lang/portable-simd#334) 2023-04-22 18:27:52 -07:00
swizzle.rs Remove reexport of simd::* 2022-11-27 23:44:20 -05:00
to_bytes.rs Remove reexport of simd::* 2022-11-27 23:44:20 -05:00
try_from_slice.rs Remove reexport of simd::* 2022-11-27 23:44:20 -05:00
u8_ops.rs
u16_ops.rs
u32_ops.rs
u64_ops.rs
usize_ops.rs