[][src]Module simba::simd

Traits implemented by SIMD types and non-SIMD types.

Structs

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 bool for SIMD booleans.

SimdComplexField

Lane-wise generalisation of ComplexField for SIMD complex fields.

SimdPartialOrd

Lane-wise generalization of the standard PartialOrd for SIMD values.

SimdRealField

Lanewise generalization of RealField for SIMD reals.

SimdSigned

A lane-wise generalization of num::Signed for SIMD values.

SimdValue

Base trait for every SIMD types.