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