Skip to main content

Avx2MaskBf16

Type Alias Avx2MaskBf16 

Source
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.