Expand description
SIMD vector implementations.
These should be replaced by portable_simd
once stabilized.
Modules§
- 128-bit wide vector implementations using arrays.
- 256-bit wide vector implementations using arrays.
- 4096-bit wide vector implementations using arrays.
- AVX2 vector implementations.
- Scalar vector implementations.