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