pub type Avx2F32 = Vector<F32, Avx2>;Expand description
Concrete AVX2 f32 vector register (8 lanes).
Aliased Type§
#[repr(transparent)]pub struct Avx2F32 {
pub raw: [F32; 8],
/* private fields */
}Fields§
§raw: [F32; 8]The underlying raw vector register.