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