pub type f64x2 = Simd<f64, 2>;
portable_simd
A 128-bit SIMD vector with two elements of type f64.
f64