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.