pub type f64x2 = Simd<f64, 2_usize>;
🔬 This is a nightly-only experimental API. (portable_simd)
Expand description

Vector of two f64 values