File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -649,9 +649,10 @@ Unless specified otherwise operation(±0) = ±0 and operation(±infinity) = ±in
649649
650650The 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
You can’t perform that action at this time.
0 commit comments