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