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