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