Skip to main content

Avx512MaskF64

Type Alias Avx512MaskF64 

Source
pub type Avx512MaskF64 = Mask<F64, Avx512>;
Expand description

Concrete AVX-512 f64 mask register (8 lanes).

Aliased Type§

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

Fields§

§raw: [bool; 8]

The underlying raw mask register or representation.