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