pub type SimdReal = AutoF32x4;
A SIMD float with SIMD_WIDTH lanes.
struct SimdReal(pub [f32; 4]);
0: [f32; 4]