Returns a vector containing the sums of each set of corresponding elements of the given vectors.
Elemental function
The result is of the same type as ARG1.
The value of each element of the result is the sum of the corresponding elements of ARG1 and ARG2. For integer vectors and unsigned vectors, the arithmetic is modular.