Module vector2math::simd [−][src]
simd only.Simd standard types
Modules
| f32 | Standard geometric types for a scalar type |
| f64 | Standard geometric types for a scalar type |
| i8 | Standard geometric types for a scalar type |
| i16 | Standard geometric types for a scalar type |
| i32 | Standard geometric types for a scalar type |
| i64 | Standard geometric types for a scalar type |
| u8 | Standard geometric types for a scalar type |
| u16 | Standard geometric types for a scalar type |
| u32 | Standard geometric types for a scalar type |
| u64 | Standard geometric types for a scalar type |
Type Definitions
| f32x2 | A 64-bit vector with 2 |
| f64x2 | A 128-bit vector with 2 |
| i8x2 | A 16-bit vector with 2 |
| i16x2 | A 32-bit vector with 2 |
| i32x2 | A 64-bit vector with 2 |
| i64x2 | A 128-bit vector with 2 |
| u8x2 | A 16-bit vector with 2 |
| u16x2 | A 32-bit vector with 2 |
| u32x2 | A 64-bit vector with 2 |
| u64x2 | A 128-bit vector with 2 |