Expand description
Traits implemented by SIMD types and non-SIMD types.
Structs
- A SIMD boolean structure that implements all the relevant traits from
numansimba. - A SIMD structure that implements all the relevant traits from
numansimba. - Generalization of Option for SIMD computation.
- An SIMD boolean structure associated to
wide::f32x4that implements all the relevant traits fromsimba. - An SIMD boolean structure associated to
wide::f32x8that implements all the relevant traits fromsimba. - An SIMD boolean structure associated to
wide::f64x4that implements all the relevant traits fromsimba. - A wrapper type of
wide::f32x4that implements all the relevant traits fromnumandsimba. - A wrapper type of
wide::f32x8that implements all the relevant traits fromnumandsimba. - A wrapper type of
wide::f64x4that implements all the relevant traits fromnumandsimba.
Traits
- Marker trait implemented by SIMD and non-SIMD primitive numeric values.
- Lane-wise generalization of
boolfor SIMD booleans. - Lane-wise generalisation of
ComplexFieldfor SIMD complex fields. - Lane-wise generalization of the standard
PartialOrdfor SIMD values. - Lanewise generalization of
RealFieldfor SIMD reals. - A lane-wise generalization of
num::Signedfor SIMD values. - Base trait for every SIMD types.