Skip to main content

SimdMaskBf4

Type Alias SimdMaskBf4 

Source
pub type SimdMaskBf4 = Mask<Bf4, Scalar>;
Expand description

Optimal bfloat4 SIMD mask register compiled for the host.

Aliased Type§

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

Fields§

§raw: [bool; 16]

The underlying raw mask register or representation.