[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
Thu Apr 25 23:24:23 PDT 2024


================
@@ -14547,6 +14547,17 @@ bool FloatExprEvaluator::VisitCallExpr(const CallExpr *E) {
   default:
     return false;
 
+  case Builtin::BI__builtin_frexpf:
+  case Builtin::BI__builtin_frexp: {
----------------
hubert-reinterpretcast wrote:

Why no `long double`?

https://github.com/llvm/llvm-project/pull/88978


More information about the cfe-commits mailing list