pub type SimdF4 = Vector<F4, Scalar>;Expand description
Optimal float4 SIMD register compiled for the host.
Aliased Type§
#[repr(transparent)]pub struct SimdF4 {
pub raw: [F4; 16],
/* private fields */
}Fields§
§raw: [F4; 16]The underlying raw vector register.