Expand description
This prelude module re-exports every SIMD trait defined in this library. It’s useful for accessing trait methods.
Only traits are exported through the prelude; types must be exported separately.
Traits§
- Bytes
- Conversion of SIMD types to and from raw bytes.
- Select
- Element-wise selection between two SIMD vectors using
self. - Simd
- The main SIMD trait, implemented by all SIMD token types.
- Simd
Base - Base functionality implemented by all SIMD vectors.
- Simd
Combine - Concatenation of two SIMD vectors.
- Simd
CvtFloat - Construction of floating point vectors from integers
- Simd
CvtTruncate - Construction of integer vectors from floats by truncation
- Simd
Element - Types that can be used as elements in SIMD vectors.
- Simd
Float - Functionality implemented by floating-point SIMD vectors.
- Simd
From - Value conversion, adding a SIMD blessing.
- SimdInt
- Functionality implemented by (signed and unsigned) integer SIMD vectors.
- Simd
Into - Value conversion, adding a SIMD blessing.
- Simd
Mask - Functionality implemented by SIMD masks.
- Simd
Split - Splitting of one SIMD vector into two.
- With
Simd