File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -745,10 +745,10 @@ Let ``VT`` be a vector type and ``ET`` the element type of ``VT``.
745745======================================= ====================================================================== ==================================
746746 Name Operation Supported element types
747747======================================= ====================================================================== ==================================
748- ET __builtin_reduce_max(VT a) return the largest element of the vector. The result will always be integer and floating point types
749- a number unless all elements of the vector are NaN.
750- ET __builtin_reduce_min(VT a) return the smallest element of the vector. The result will always be integer and floating point types
751- a number unless all elements of the vector are NaN.
748+ ET __builtin_reduce_max(VT a) return the largest element of the vector. The floating point result integer and floating point types
749+ will always be a number unless all elements of the vector are NaN.
750+ ET __builtin_reduce_min(VT a) return the smallest element of the vector. The floating point result integer and floating point types
751+ will always be a number unless all elements of the vector are NaN.
752752 ET __builtin_reduce_add(VT a) \+ integer types
753753 ET __builtin_reduce_mul(VT a) \* integer types
754754 ET __builtin_reduce_and(VT a) & integer types
You can’t perform that action at this time.
0 commit comments