pub type Avx2MaskF32 = Mask<F32, Avx2>;Expand description
Concrete AVX2 f32 mask register (8 lanes).
Aliased Type§
#[repr(transparent)]pub struct Avx2MaskF32 {
pub raw: [bool; 8],
/* private fields */
}Fields§
§raw: [bool; 8]The underlying raw mask register or representation.