pub type SimdMaskI8 = Mask<I8, PreferredArch>;Expand description
Optimal i8 SIMD mask register compiled for the host.
Aliased Type§
#[repr(transparent)]pub struct SimdMaskI8 {
pub raw: [bool; 16],
/* private fields */
}Fields§
§raw: [bool; 16]The underlying raw mask register or representation.