Crate simdty [−] [src]
Definitions of many SIMD types of fixed lengths.
Structs
| f32x16 |
16 values of type f32 in a single SIMD vector. |
| f32x2 |
2 values of type f32 in a single SIMD vector. |
| f32x32 |
32 values of type f32 in a single SIMD vector. |
| f32x4 |
4 values of type f32 in a single SIMD vector. |
| f32x64 |
64 values of type f32 in a single SIMD vector. |
| f32x8 |
8 values of type f32 in a single SIMD vector. |
| f64x16 |
16 values of type f64 in a single SIMD vector. |
| f64x2 |
2 values of type f64 in a single SIMD vector. |
| f64x32 |
32 values of type f64 in a single SIMD vector. |
| f64x4 |
4 values of type f64 in a single SIMD vector. |
| f64x64 |
64 values of type f64 in a single SIMD vector. |
| f64x8 |
8 values of type f64 in a single SIMD vector. |
| i16x16 |
16 values of type i16 in a single SIMD vector. |
| i16x2 |
2 values of type i16 in a single SIMD vector. |
| i16x32 |
32 values of type i16 in a single SIMD vector. |
| i16x4 |
4 values of type i16 in a single SIMD vector. |
| i16x64 |
64 values of type i16 in a single SIMD vector. |
| i16x8 |
8 values of type i16 in a single SIMD vector. |
| i32x16 |
16 values of type i32 in a single SIMD vector. |
| i32x2 |
2 values of type i32 in a single SIMD vector. |
| i32x32 |
32 values of type i32 in a single SIMD vector. |
| i32x4 |
4 values of type i32 in a single SIMD vector. |
| i32x64 |
64 values of type i32 in a single SIMD vector. |
| i32x8 |
8 values of type i32 in a single SIMD vector. |
| i64x16 |
16 values of type i64 in a single SIMD vector. |
| i64x2 |
2 values of type i64 in a single SIMD vector. |
| i64x32 |
32 values of type i64 in a single SIMD vector. |
| i64x4 |
4 values of type i64 in a single SIMD vector. |
| i64x64 |
64 values of type i64 in a single SIMD vector. |
| i64x8 |
8 values of type i64 in a single SIMD vector. |
| i8x16 |
16 values of type i8 in a single SIMD vector. |
| i8x2 |
2 values of type i8 in a single SIMD vector. |
| i8x32 |
32 values of type i8 in a single SIMD vector. |
| i8x4 |
4 values of type i8 in a single SIMD vector. |
| i8x64 |
64 values of type i8 in a single SIMD vector. |
| i8x8 |
8 values of type i8 in a single SIMD vector. |
| u16x16 |
16 values of type u16 in a single SIMD vector. |
| u16x2 |
2 values of type u16 in a single SIMD vector. |
| u16x32 |
32 values of type u16 in a single SIMD vector. |
| u16x4 |
4 values of type u16 in a single SIMD vector. |
| u16x64 |
64 values of type u16 in a single SIMD vector. |
| u16x8 |
8 values of type u16 in a single SIMD vector. |
| u32x16 |
16 values of type u32 in a single SIMD vector. |
| u32x2 |
2 values of type u32 in a single SIMD vector. |
| u32x32 |
32 values of type u32 in a single SIMD vector. |
| u32x4 |
4 values of type u32 in a single SIMD vector. |
| u32x64 |
64 values of type u32 in a single SIMD vector. |
| u32x8 |
8 values of type u32 in a single SIMD vector. |
| u64x16 |
16 values of type u64 in a single SIMD vector. |
| u64x2 |
2 values of type u64 in a single SIMD vector. |
| u64x32 |
32 values of type u64 in a single SIMD vector. |
| u64x4 |
4 values of type u64 in a single SIMD vector. |
| u64x64 |
64 values of type u64 in a single SIMD vector. |
| u64x8 |
8 values of type u64 in a single SIMD vector. |
| u8x16 |
16 values of type u8 in a single SIMD vector. |
| u8x2 |
2 values of type u8 in a single SIMD vector. |
| u8x32 |
32 values of type u8 in a single SIMD vector. |
| u8x4 |
4 values of type u8 in a single SIMD vector. |
| u8x64 |
64 values of type u8 in a single SIMD vector. |
| u8x8 |
8 values of type u8 in a single SIMD vector. |