Module simba::simd

source · []
Expand description

Traits implemented by SIMD types and non-SIMD types.

Structs

An Simd boolean structure that implements all the relevant traits from num an simba.

An Simd structure that implements all the relevant traits from num an simba.

Generalization of Option for SIMD computation.

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.

Type Definitions