Skip to main content

SimdMaskF64

Type Alias SimdMaskF64 

Source
pub type SimdMaskF64 = Mask<F64, PreferredArch>;
Expand description

Optimal f64 SIMD mask register compiled for the host.

Aliased Type§

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

Fields§

§raw: [bool; 2]

The underlying raw mask register or representation.