Skip to main content

scale_f64_avx2

Function scale_f64_avx2 

Source
pub unsafe fn scale_f64_avx2(alpha: f64, y: &mut [f64])
Expand description

Scale f64 slice in-place: y[i] *= alpha, using AVX2.

ยงSafety

Caller must ensure the current CPU supports avx2.