File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -665,7 +665,7 @@ Unless specified otherwise operation(±0) = ±0 and operation(±infinity) = ±in
665
665
T __builtin_elementwise_bitreverse(T x) return the integer represented after reversing the bits of x integer types
666
666
T __builtin_elementwise_exp(T x) returns the base-e exponential, e^x, of the specified value floating point types
667
667
T __builtin_elementwise_exp2(T x) returns the base-2 exponential, 2^x, of the specified value floating point types
668
-
668
+
669
669
T __builtin_elementwise_sqrt(T x) return the square root of a floating-point number floating point types
670
670
T __builtin_elementwise_roundeven(T x) round x to the nearest integer value in floating point format, floating point types
671
671
rounding halfway cases to even (that is, to the nearest value
You can’t perform that action at this time.
0 commit comments