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