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