Skip to main contentModule traits
Source - seal 🔒
- Bytes
- Conversion of SIMD types to and from raw bytes.
- Select
- Element-wise selection between two SIMD vectors using
self. - SimdCombine
- Concatenation of two SIMD vectors.
- SimdCvtFloat
- Construction of floating point vectors from integers
- SimdCvtTruncate
- Construction of integer vectors from floats by truncation
- SimdElement
- Types that can be used as elements in SIMD vectors.
- SimdFrom
- Value conversion, adding a SIMD blessing.
- SimdInto
- Value conversion, adding a SIMD blessing.
- SimdSplit
- Splitting of one SIMD vector into two.
- WithSimd