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