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