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