Skip to main content

fma_slice_dispatch

Function fma_slice_dispatch 

Source
pub fn fma_slice_dispatch(a: &[f32], b: &[f32], acc: &mut [f32])
Expand description

Fused multiply-accumulate: acc[i] += a[i] * b[i].