Skip to main content

SimdMaskF8

Type Alias SimdMaskF8 

Source
pub type SimdMaskF8 = Mask<F8, PreferredArch>;
Expand description

Optimal float8 SIMD mask register compiled for the host.

Aliased Type§

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

Fields§

§raw: [bool; 16]

The underlying raw mask register or representation.