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