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