rust/crates/core_simd/src/vector
Adam Greig 871d588ec4
Add 32-bit SIMD types i/u16x2 and i/u8x4. (#145)
These types are useful for the "SIMD32" instructions available on ARMv6
(except M-class), ARMv7 (M-class with DSP), and ARMv8.
2021-07-19 14:18:29 -07:00
..
float.rs Extract constant from scalar to_radians as well 2021-06-21 21:11:37 +00:00
int.rs Add 32-bit SIMD types i/u16x2 and i/u8x4. (#145) 2021-07-19 14:18:29 -07:00
ptr.rs Add pointer vectors: SimdConstPtr, SimdMutPtr 2021-06-21 16:15:19 -07:00
uint.rs Add 32-bit SIMD types i/u16x2 and i/u8x4. (#145) 2021-07-19 14:18:29 -07:00