Module x86
Source Available on x86 or x86-64 only.
Expand description
§x86/x86_64 SIMD implementations
Uses SSE2, SSE4.1, AVX, AVX2 and AVX512 instructions for vector operations.
- F32x4
- Vector of 4 f32 elements (SSE)
- F32x8
- Vector of 8 f32 elements (AVX)
- F32x16
- Vector of 16 f32 elements (AVX512)
- F64x2
- Vector of 2 f64 elements (SSE2)
- F64x4
- Vector of 4 f64 elements (AVX)
- F64x8
- Vector of 8 f64 elements (AVX512)