pub unsafe fn scale_f64_avx2(alpha: f64, y: &mut [f64])
Scale f64 slice in-place: y[i] *= alpha, using AVX2.
Caller must ensure the current CPU supports avx2.
avx2