Skip to main content

scale_f64_avx

Function scale_f64_avx 

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

Scale f64 slice using AVX (v1).

ยงSafety

Caller must ensure AVX is available on the current CPU.