Skip to main content

Avx512MaskF16

Type Alias Avx512MaskF16 

Source
pub type Avx512MaskF16 = Mask<F16, Avx512>;
Expand description

Concrete AVX-512 f16 mask register (32 lanes).

Aliased Type§

#[repr(transparent)]
pub struct Avx512MaskF16 { pub raw: [bool; 32], /* private fields */ }

Fields§

§raw: [bool; 32]

The underlying raw mask register or representation.