rust/crates/core_simd/tests
Jubilee 3872723ead
Merge pull request #138 from rust-lang/feature/various-fns
Add various fns
- Sum/Product traits
- recip/to_degrees/to_radians/min/max/clamp/signum/copysign; rust-lang/stdsimd#14
- mul_add: rust-lang/stdsimd#14, fixes rust-lang/stdsimd#102
2021-06-23 14:19:08 -07:00
..
mask_ops_impl Fix rustfmt 2021-05-08 00:11:34 +00:00
f32_ops.rs Silence warnings 2021-04-15 15:19:44 -07:00
f64_ops.rs Silence warnings 2021-04-15 15:19:44 -07:00
i8_ops.rs Fix MulAssign typo in tests, move panic tests 2021-02-15 18:22:56 -05:00
i16_ops.rs Fix MulAssign typo in tests, move panic tests 2021-02-15 18:22:56 -05:00
i32_ops.rs Fix MulAssign typo in tests, move panic tests 2021-02-15 18:22:56 -05:00
i64_ops.rs Fix MulAssign typo in tests, move panic tests 2021-02-15 18:22:56 -05:00
isize_ops.rs Fix MulAssign typo in tests, move panic tests 2021-02-15 18:22:56 -05:00
mask_ops.rs Fix MulAssign typo in tests, move panic tests 2021-02-15 18:22:56 -05:00
masks.rs Add from_bitmask (#136) 2021-06-21 14:05:43 -07:00
ops_macros.rs Fix test typo 2021-06-13 20:11:01 +00:00
permute.rs Add some common shuffles 2021-04-17 17:00:14 +00:00
round.rs Add SIMD round, trunc, fract 2021-04-25 18:31:49 -07:00
to_bytes.rs Add byte conversions 2021-05-24 15:02:45 -07:00
u8_ops.rs Fix MulAssign typo in tests, move panic tests 2021-02-15 18:22:56 -05:00
u16_ops.rs Fix MulAssign typo in tests, move panic tests 2021-02-15 18:22:56 -05:00
u32_ops.rs Fix MulAssign typo in tests, move panic tests 2021-02-15 18:22:56 -05:00
u64_ops.rs Fix MulAssign typo in tests, move panic tests 2021-02-15 18:22:56 -05:00
usize_ops.rs Fix MulAssign typo in tests, move panic tests 2021-02-15 18:22:56 -05:00