Skip to main content

SimdMaskI8

Type Alias SimdMaskI8 

Source
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.