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