Expand description
Traits implemented by SIMD types and non-SIMD types.
Structs§
- Auto
Bool Simd - A SIMD boolean structure that implements all the relevant traits from
num
ansimba
. - Auto
Bool Simd Resolver - The resolver for an archived
AutoBoolSimd
- Auto
Simd - A SIMD structure that implements all the relevant traits from
num
ansimba
. - Auto
Simd Resolver - The resolver for an archived
AutoSimd
- Simd
Option - Generalization of Option for SIMD computation.
Traits§
- Primitive
Simd Value - Marker trait implemented by SIMD and non-SIMD primitive numeric values.
- Simd
Bool - Lane-wise generalization of
bool
for SIMD booleans. - Simd
Complex Field - Lane-wise generalisation of
ComplexField
for SIMD complex fields. - Simd
Partial Ord - Lane-wise generalization of the standard
PartialOrd
for SIMD values. - Simd
Real Field - Lanewise generalization of
RealField
for SIMD reals. - Simd
Signed - A lane-wise generalization of
num::Signed
for SIMD values. - Simd
Value - Base trait for every SIMD types.
Type Aliases§
- Auto
Boolx1 - Auto
Boolx2 - Auto
Boolx4 - Auto
Boolx8 - Auto
Boolx16 - Auto
Boolx32 - Auto
F32x2 - Auto
F32x4 - Auto
F32x8 - Auto
F32x16 - Auto
F64x2 - Auto
F64x4 - Auto
F64x8 - Auto
I8x2 - Auto
I8x4 - Auto
I8x8 - Auto
I8x16 - Auto
I8x32 - Auto
I16x2 - Auto
I16x4 - Auto
I16x8 - Auto
I16x16 - Auto
I16x32 - Auto
I32x2 - Auto
I32x4 - Auto
I32x8 - Auto
I32x16 - Auto
I64x2 - Auto
I64x4 - Auto
I64x8 - Auto
I128x1 - Auto
I128x2 - Auto
I128x4 - Auto
Isizex2 - Auto
Isizex4 - Auto
Isizex8 - Auto
U8x2 - Auto
U8x4 - Auto
U8x8 - Auto
U8x16 - Auto
U8x32 - Auto
U16x2 - Auto
U16x4 - Auto
U16x8 - Auto
U16x16 - Auto
U16x32 - Auto
U32x2 - Auto
U32x4 - Auto
U32x8 - Auto
U32x16 - Auto
U64x2 - Auto
U64x4 - Auto
U64x8 - Auto
U128x1 - Auto
U128x2 - Auto
U128x4 - Auto
Usizex2 - Auto
Usizex4 - Auto
Usizex8