Skip to content

Commit b20f08c

Browse files
committed
merge release notes
1 parent 2af0eb6 commit b20f08c

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -408,13 +408,10 @@ Non-comprehensive list of changes in this release
408408
The flexible array member (FAM) can now be accessed immediately without causing
409409
issues with the sanitizer because the counter is automatically set.
410410

411-
- ``__builtin_reduce_add`` function can now be used in constant expressions.
412-
- ``__builtin_reduce_mul`` function can now be used in constant expressions.
413-
- ``__builtin_reduce_and`` function can now be used in constant expressions.
414-
- ``__builtin_reduce_or`` and ``__builtin_reduce_xor`` functions can now be used in constant expressions.
415-
- ``__builtin_elementwise_popcount`` function can now be used in constant expressions.
416-
- ``__builtin_elementwise_bitreverse`` function can now be used in constant expressions.
417-
- ``__builtin_elementwise_add_sat`` function can now be used in constant expressions.
411+
- The following builtins can now be used in constant expressions: ``__builtin_reduce_add``,
412+
``__builtin_reduce_mul``, ``__builtin_reduce_and``, ``__builtin_reduce_or``,
413+
``__builtin_reduce_xor``, ``__builtin_elementwise_popcount``,
414+
``__builtin_elementwise_bitreverse``, ``__builtin_elementwise_add_sat``.
418415

419416
New Compiler Flags
420417
------------------

0 commit comments

Comments
 (0)