pub type MaskF8<A> = Mask<F8, A>;Expand description
Generic float8 SIMD lane selection mask.
Aliased Type§
#[repr(transparent)]pub struct MaskF8<A> {
pub raw: <A as SimdKernel<F8>>::Mask,
/* private fields */
}Fields§
§raw: <A as SimdKernel<F8>>::MaskThe underlying raw mask register or representation.