Skip to main content

SimdMaskBf8

Type Alias SimdMaskBf8 

Source
pub type SimdMaskBf8 = Mask<Bf8, Scalar>;
Expand description

Optimal bfloat8 SIMD mask register compiled for the host.

Aliased Type§

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

Fields§

§raw: [bool; 16]

The underlying raw mask register or representation.