[clang] [clang] constexpr `__builtin_elementwise_abs` support (PR #152497)
Iris Shi via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 14 01:17:42 PDT 2025
================
@@ -115,6 +115,8 @@ Non-comprehensive list of changes in this release
-------------------------------------------------
- Added ``__builtin_elementwise_fshl`` and ``__builtin_elementwise_fshr``.
+- Added `__builtin_elementwise_abs`.
----------------
el-ev wrote:
It's not "Added", it's making the function constexpr.
https://github.com/llvm/llvm-project/pull/152497
More information about the cfe-commits
mailing list