Skip to main content

elementwise_add

Function elementwise_add 

Source
pub fn elementwise_add<T: SimdOps>(
    a: &[T],
    b: &[T],
    out: &mut [T],
) -> Result<(), SimdError>
Expand description

Computes the elementwise sum of two slices and writes to out.