Skip to main content

MaskBf8

Type Alias MaskBf8 

Source
pub type MaskBf8<A> = Mask<Bf8, A>;
Expand description

Generic bfloat8 SIMD lane selection mask.

Aliased Type§

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

Fields§

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

The underlying raw mask register or representation.