Skip to main content

Avx2MaskF64

Type Alias Avx2MaskF64 

Source
pub type Avx2MaskF64 = Mask<F64, Avx2>;
Expand description

Concrete AVX2 f64 mask register (4 lanes).

Aliased Type§

#[repr(transparent)]
pub struct Avx2MaskF64 { pub raw: [bool; 4], /* private fields */ }

Fields§

§raw: [bool; 4]

The underlying raw mask register or representation.