Expand description
Traits implemented by SIMD types and non-SIMD types.
Structs
A SIMD boolean structure that implements all the relevant traits from
num
an simba
.A SIMD structure that implements all the relevant traits from
num
an simba
.Generalization of Option for SIMD computation.
An SIMD boolean structure associated to
wide::f32x4
that implements all the relevant traits from simba
.An SIMD boolean structure associated to
wide::f32x8
that implements all the relevant traits from simba
.An SIMD boolean structure associated to
wide::f64x4
that implements all the relevant traits from simba
.A wrapper type of
wide::f32x4
that implements all the relevant traits from num
and simba
.A wrapper type of
wide::f32x8
that implements all the relevant traits from num
and simba
.A wrapper type of
wide::f64x4
that implements all the relevant traits from num
and simba
.Traits
Marker trait implemented by SIMD and non-SIMD primitive numeric values.
Lane-wise generalization of
bool
for SIMD booleans.Lane-wise generalisation of
ComplexField
for SIMD complex fields.Lane-wise generalization of the standard
PartialOrd
for SIMD values.Lanewise generalization of
RealField
for SIMD reals.A lane-wise generalization of
num::Signed
for SIMD values.Base trait for every SIMD types.