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