File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff 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
419416New Compiler Flags
420417------------------
You can’t perform that action at this time.
0 commit comments