Skip to main content

MaskBf16

Type Alias MaskBf16 

Source
pub type MaskBf16<A> = Mask<Bf16, A>;
Expand description

Generic bfloat16 SIMD lane selection mask.

Aliased Type§

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

Fields§

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

The underlying raw mask register or representation.