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