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