pub type f64x4 = Simd<f64, 4>;
portable_simd
A 256-bit SIMD vector with four elements of type f64.
f64