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>>::MaskThe underlying raw mask register or representation.