Skip to main content

MaskF8

Type Alias MaskF8 

Source
pub type MaskF8<A> = Mask<F8, A>;
Expand description

Generic float8 SIMD lane selection mask.

Aliased Type§

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

Fields§

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

The underlying raw mask register or representation.