Expand description
x86/x86-64 vector types.
Structsยง
- Avx
- AVX instruction set token.
- Sse
- SSE4.1 instruction set token.
- cf32x2
- An SSE vector of
Complex<f32>
s. - cf32x4
- An AVX vector of
Complex<f32>
s. - cf64x1
- An SSE vector of
Complex<f64>
s. - cf64x2
- An AVX vector of
Complex<f64>
s. - f32x4
- An SSE vector of
f32
s. - f32x8
- An AVX vector of
f32
s. - f64x2
- An SSE vector of
f64
s. - f64x4
- An AVX vector of
f64
s.