[libc-commits] [clang] [libc] [llvm] [clang] Make __builtin_exp and __builtin_expf constexpr. (PR #199808)
via libc-commits
libc-commits at lists.llvm.org
Mon Aug 3 12:54:04 PDT 2026
================
@@ -2707,27 +2707,31 @@ static bool checkFloatingPointResult(EvalInfo &Info, const Expr *E,
if (Info.InConstantContext)
return true;
----------------
lntue wrote:
https://github.com/llvm/llvm-project/pull/213750
https://github.com/llvm/llvm-project/pull/199808
More information about the libc-commits
mailing list