You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clang/docs/ReleaseNotes.rst
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,6 +124,9 @@ Non-comprehensive list of changes in this release
124
124
This feature is enabled by default but can be disabled by compiling with
125
125
``-fno-sanitize-annotate-debug-info-traps``.
126
126
127
+
- ``__builtin_elementwise_max`` and ``__builtin_elementwise_min`` functions for integer types can
128
+
now be used in constant expressions.
129
+
127
130
New Compiler Flags
128
131
------------------
129
132
- New option ``-fno-sanitize-annotate-debug-info-traps`` added to disable emitting trap reasons into the debug info when compiling with trapping UBSan (e.g. ``-fsanitize-trap=undefined``).
0 commit comments