Skip to main content

MaskBf4

Type Alias MaskBf4 

Source
pub type MaskBf4<A> = Mask<Bf4, A>;
Expand description

Generic bfloat4 SIMD lane selection mask.

Aliased Type§

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

Fields§

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

The underlying raw mask register or representation.