[libc-commits] [clang] [libc] [llvm] [clang] Make __builtin_exp and __builtin_expf constexpr. (PR #199808)
via libc-commits
libc-commits at lists.llvm.org
Thu Jul 16 22:17:54 PDT 2026
lntue wrote:
@jcranmer-intel @hubert-reinterpretcast : The PR should be ready. The issue was the incorrect `LLVM_READONLY` attribute in the `APFloat::exp` declaration. I removed it in the latest commit and the new test passes now.
https://github.com/llvm/llvm-project/pull/199808
More information about the libc-commits
mailing list