Skip to main content

MaskI32

Type Alias MaskI32 

Source
pub type MaskI32<A> = Mask<I32, A>;
Expand description

Generic i32 SIMD lane selection mask.

Aliased Type§

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

Fields§

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

The underlying raw mask register or representation.