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