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