[clang] [clang] constexpr `__builtin_elementwise_{max, min}num` (PR #153563)

Iris Shi via cfe-commits cfe-commits at lists.llvm.org
Sun May 10 06:21:25 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
----------------
el-ev wrote:

Reworked this PR to support the new intrinsics

https://github.com/llvm/llvm-project/pull/153563


More information about the cfe-commits mailing list