Skip to main content

MaskF4

Type Alias MaskF4 

Source
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>>::Mask

The underlying raw mask register or representation.