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