[flang-commits] [clang] [flang] [llvm] [C++23] [CLANG] Adding C++23 constexpr math functions: fmin, fmax and frexp. (PR #88978)
Zahira Ammarguellat via flang-commits
flang-commits at lists.llvm.org
Mon Aug 5 06:20:56 PDT 2024
================
@@ -14683,6 +14710,23 @@ bool FloatExprEvaluator::VisitCallExpr(const CallExpr *E) {
default:
return false;
+ case Builtin::BI__builtin_frexp:
+ case Builtin::BI__builtin_frexpf:
+ case Builtin::BI__builtin_frexpl: {
----------------
zahiraam wrote:
Done.
https://github.com/llvm/llvm-project/pull/88978
More information about the flang-commits
mailing list