[clang] [C++23] [CLANG] Adding C++23 constexpr math functions: fmin and frexp. (PR #88978)
Hubert Tong via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 29 08:05:24 PDT 2024
================
@@ -14638,6 +14649,8 @@ bool FloatExprEvaluator::VisitCallExpr(const CallExpr *E) {
return true;
}
+ case Builtin::BIfmin:
+ case Builtin::BIfminf:
----------------
hubert-reinterpretcast wrote:
> How would that help?
I guess it doesn't... The functions would be ambiguous when called...
https://github.com/llvm/llvm-project/pull/88978
More information about the cfe-commits
mailing list