Skip to main content

MaskF16

Type Alias MaskF16 

Source
pub type MaskF16<A> = Mask<F16, A>;
Expand description

Generic standard f16 SIMD lane selection mask.

Aliased Type§

#[repr(transparent)]
pub struct MaskF16<A> { pub raw: <A as SimdKernel<F16>>::Mask, /* private fields */ }

Fields§

§raw: <A as SimdKernel<F16>>::Mask

The underlying raw mask register or representation.