Closed adrianbroher closed 8 years ago
Hello,
the attached PR adds the vec{2,3,4}_{min,max} functions. These functions take two input vectors a and b and write component wise minimum or respective maximum value into the result vector.
a
b
Hello,
the attached PR adds the vec{2,3,4}_{min,max} functions. These functions take two input vectors
a
andb
and write component wise minimum or respective maximum value into the result vector.