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