Skip to main content

Avx2MaskF16

Type Alias Avx2MaskF16 

Source
pub type Avx2MaskF16 = Mask<F16, Avx2>;
Expand description

Concrete AVX2 f16 mask register (16 lanes).

Aliased Type§

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

Fields§

§raw: [bool; 16]

The underlying raw mask register or representation.