pub type Avx512F64 = Vector<F64, Avx512>;Expand description
Concrete AVX-512 f64 vector register (8 lanes).
Aliased Type§
#[repr(transparent)]pub struct Avx512F64 {
pub raw: [F64; 8],
/* private fields */
}Fields§
§raw: [F64; 8]The underlying raw vector register.