Skip to main content

MaskF64

Type Alias MaskF64 

Source
pub type MaskF64<A> = Mask<F64, A>;
Expand description

Generic f64 SIMD lane selection mask.

Aliased Type§

#[repr(transparent)]
pub struct MaskF64<A> { pub raw: <A as SimdKernel<F64>>::Mask, /* private fields */ }

Fields§

§raw: <A as SimdKernel<F64>>::Mask

The underlying raw mask register or representation.