[clang] [clang] constexpr `__builtin_elementwise_{max, min}` (PR #153563)
Simon Pilgrim via cfe-commits
cfe-commits at lists.llvm.org
Sun May 10 03:51:01 PDT 2026
================
@@ -230,6 +230,9 @@ Non-comprehensive list of changes in this release
- Deprecated float types support from ``__builtin_elementwise_max`` and
``__builtin_elementwise_min``.
+- ``__builtin_elementwise_max`` and ``__builtin_elementwise_min`` can now be
----------------
RKSimon wrote:
Reading the release note entry immediately before this one makes we think this isn't worth it.......
https://github.com/llvm/llvm-project/pull/153563
More information about the cfe-commits
mailing list