Skip to content

Commit c4430bb

Browse files
committed
Add hlsl spirv and dxil backend tests.
1 parent 052ab9c commit c4430bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/docs/LanguageExtensions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ Unless specified otherwise operation(±0) = ±0 and operation(±infinity) = ±in
665665
T __builtin_elementwise_bitreverse(T x) return the integer represented after reversing the bits of x integer types
666666
T __builtin_elementwise_exp(T x) returns the base-e exponential, e^x, of the specified value floating point types
667667
T __builtin_elementwise_exp2(T x) returns the base-2 exponential, 2^x, of the specified value floating point types
668-
668+
669669
T __builtin_elementwise_sqrt(T x) return the square root of a floating-point number floating point types
670670
T __builtin_elementwise_roundeven(T x) round x to the nearest integer value in floating point format, floating point types
671671
rounding halfway cases to even (that is, to the nearest value

0 commit comments

Comments
 (0)