pub type SimdBf8 = Vector<Bf8, Scalar>;Expand description
Optimal bfloat8 SIMD register compiled for the host.
Aliased Type§
#[repr(transparent)]pub struct SimdBf8 {
pub raw: [Bf8; 16],
/* private fields */
}Fields§
§raw: [Bf8; 16]The underlying raw vector register.