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