Function vec_sum_u128
#[target_feature(enable = "vector")]
pub unsafe fn vec_sum_u128<T: VectorSumU128>(a: T, b: T) -> vector_unsigned_char
Vector Sum Across Quadword
Returns a vector containing the results of performing a sum across all the elements in each of the quadword of vector a, and the rightmost word or doubleword element of the b. The result is an unsigned 128-bit integer.