pub type f64x8 = Simd<f64, 8>;
portable_simd
A 512-bit SIMD vector with eight elements of type f64.
f64