pub fn scale_f64_dispatch(alpha: f64, y: &mut [f64])
Scale f64 slice in-place: y[i] *= alpha, using the best available SIMD path.