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