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>>::MaskThe underlying raw mask register or representation.