Skip to main content

SimdMaskI32

Type Alias SimdMaskI32 

Source
pub type SimdMaskI32 = Mask<I32, Scalar>;
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.