pub type f64x4 = Simd<f64, 4>;
portable_simd
A 256-bit SIMD vector with four elements of type f64.
f64
Converts to this type from the input type.