Skip to content

Commit 453460f

Browse files
committed
update docs: newline
1 parent 80a8399 commit 453460f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

clang/docs/LanguageExtensions.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -649,9 +649,10 @@ Unless specified otherwise operation(±0) = ±0 and operation(±infinity) = ±in
649649

650650
The integer elementwise intrinsics, including ``__builtin_elementwise_popcount``,
651651
``__builtin_elementwise_bitreverse``, ``__builtin_elementwise_add_sat``,
652-
``__builtin_elementwise_sub_sat`` can be called in a ``constexpr`` context. No
653-
implicit promotion of integer types takes place. The mixing of integer types of
654-
different sizes and signs is forbidden in binary and ternary builtins.
652+
``__builtin_elementwise_sub_sat`` can be called in a ``constexpr`` context.
653+
654+
No implicit promotion of integer types takes place. The mixing of integer types
655+
of different sizes and signs is forbidden in binary and ternary builtins.
655656

656657
============================================== ====================================================================== =========================================
657658
Name Operation Supported element types

0 commit comments

Comments
 (0)