Module na::simd [−][src]
Traits implemented by SIMD types and non-SIMD types.
Structs
AutoBoolSimd | An Simd boolean structure that implements all the relevant traits from |
AutoSimd | An Simd structure that implements all the relevant traits from |
SimdOption | Generalization of Option for SIMD computation. |
Traits
PrimitiveSimdValue | Marker trait implemented by SIMD and non-SIMD primitive numeric values. |
SimdBool | Lane-wise generalization of |
SimdComplexField | Lane-wise generalisation of |
SimdPartialOrd | Lane-wise generalization of the standard |
SimdRealField | Lanewise generalization of |
SimdSigned | A lane-wise generalization of |
SimdValue | Base trait for every SIMD types. |