pub unsafe fn scale_f64_avx(alpha: f64, y: &mut [f64])
Scale f64 slice using AVX (v1).
Caller must ensure AVX is available on the current CPU.