[clang] [llvm] [C++23] [CLANG] Adding C++23 constexpr math functions: fmin, fmax and frexp. (PR #88978)
Zahira Ammarguellat via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 11 06:21:01 PDT 2024
================
@@ -14683,6 +14710,23 @@ bool FloatExprEvaluator::VisitCallExpr(const CallExpr *E) {
default:
return false;
+ case Builtin::BI__builtin_frexp:
----------------
zahiraam wrote:
Added the non-`__builtin_ prefixed cases.
https://github.com/llvm/llvm-project/pull/88978
More information about the cfe-commits
mailing list