Skip to main content

MaskI8

Type Alias MaskI8 

Source
pub type MaskI8<A> = Mask<I8, A>;
Expand description

Generic i8 SIMD lane selection mask.

Aliased Type§

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

Fields§

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

The underlying raw mask register or representation.