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