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