Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions clang/docs/ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ C23 Feature Support
better diagnostic behavior for the ``va_start()`` macro in C23 and later.
This also updates the definition of ``va_start()`` in ``<stdarg.h>`` to use
the new builtin. Fixes #GH124031.
- Standardized fmax/fmaximum/fmaximum_num and fmin/fminimum/fminimum_num builtin support.
See `LLVM LangRef <http://llvm.org/docs/LangRef.html#llvm-min-intrinsics-comparation>`.

Non-comprehensive list of changes in this release
-------------------------------------------------
Expand Down
3 changes: 3 additions & 0 deletions llvm/docs/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ Changes to the LLVM IR
* Updated semantics of `llvm.type.checked.load.relative` to match that of
`llvm.load.relative`.

* Standarized `minnum/minimum/minimumnum` and `minnum/minimum/minimumnum`.
See `Min/Max Comparation <https://llvm.org/docs/LangRef.html#llvm-min-intrinsics-comparation>`.

Changes to LLVM infrastructure
------------------------------

Expand Down