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
@@ -118,6 +118,9 @@ Non-comprehensive list of changes in this release
118
118
This feature is enabled by default but can be disabled by compiling with
119
119
``-fno-sanitize-annotate-debug-info-traps``.
120
120
121
+
- ``__builtin_elementwise_max`` and ``__builtin_elementwise_min`` functions for integer types can
122
+
now be used in constant expressions.
123
+
121
124
New Compiler Flags
122
125
------------------
123
126
- 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