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.