Skip to main content

simd_vec_add

Function simd_vec_add 

Source
pub fn simd_vec_add<T>(a: &[T], b: &[T]) -> Vec<T>
where T: Copy + Add<Output = T>,
Expand description

Element-wise addition of two vectors.