Function vec_sum4
#[target_feature(enable = "vector")]
pub unsafe fn vec_sum4<T: VectorSum4>(a: T, b: T) -> vector_unsigned_int
Vector Sum Across Word
Returns a vector containing the results of performing a sum across all the elements in each of the word of vector a, and the rightmost sub-element of the corresponding word of b.