pub type ScalarBf8 = Vector<Bf8, Scalar>;Expand description
Concrete 1-element scalar emulation bfloat8 vector register.
Aliased Type§
#[repr(transparent)]pub struct ScalarBf8 {
pub raw: [Bf8; 16],
/* private fields */
}Fields§
§raw: [Bf8; 16]The underlying raw vector register.