Module simd

Source
Expand description

Simd operations for a specific type satisfying ComplexField.

Structs§

NoConj
Do not conjugate.
Prefix
Simd prefix, contains the elements before the body.
PrefixMut
Simd prefix (mutable), contains the elements before the body.
SimdFor
Wrapper for simd operations for type E.
Suffix
Simd suffix, contains the elements after the body.
SuffixMut
Simd suffix (mutable), contains the elements after the body.
YesConj
Do conjugate.

Traits§

ConjTy
Similar to Conj, but determined at compile time instead of runtime.
Read
Write