Expand description
Traits implemented by SIMD types and non-SIMD types.
Structs§
- A SIMD boolean structure that implements all the relevant traits fromnumansimba.
- A SIMD structure that implements all the relevant traits fromnumansimba.
- Generalization of Option for SIMD computation.
- An SIMD boolean structure associated towide::f32x4that implements all the relevant traits fromsimba.
- An SIMD boolean structure associated towide::f32x8that implements all the relevant traits fromsimba.
- An SIMD boolean structure associated towide::f64x4that implements all the relevant traits fromsimba.
- A wrapper type ofwide::f32x4that implements all the relevant traits fromnumandsimba.
- A wrapper type ofwide::f32x8that implements all the relevant traits fromnumandsimba.
- A wrapper type ofwide::f64x4that implements all the relevant traits fromnumandsimba.
Traits§
- Marker trait implemented by SIMD and non-SIMD primitive numeric values.
- Lane-wise generalization ofboolfor SIMD booleans.
- Lane-wise generalisation ofComplexFieldfor SIMD complex fields.
- Lane-wise generalization of the standardPartialOrdfor SIMD values.
- Lanewise generalization ofRealFieldfor SIMD reals.
- A lane-wise generalization ofnum::Signedfor SIMD values.
- Base trait for every SIMD types.