pub type f64x8 = Simd<f64, 8>;
portable_simd
A SIMD vector with eight elements of type f64.
f64
struct f64x8(/* private fields */);