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

I think it would be helpful to also update 
`clang\lib\AST\Interp\InterpBuiltin.cpp` to support the builtins for C++23 
constexpr math functions. CC @tbaederr for his opinion.

https://github.com/llvm/llvm-project/pull/88978
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to