Skip to main content

MaskF32

Type Alias MaskF32 

Source
pub type MaskF32<A> = Mask<F32, A>;
Expand description

Generic f32 SIMD lane selection mask.

Aliased Type§

#[repr(transparent)]
pub struct MaskF32<A> { pub raw: <A as SimdKernel<F32>>::Mask, /* private fields */ }

Fields§

§raw: <A as SimdKernel<F32>>::Mask

The underlying raw mask register or representation.