[clang] [libc] [llvm] [clang] Make __builtin_exp and __builtin_expf constexpr. (PR #199808)

via cfe-commits cfe-commits at lists.llvm.org
Sun Sep 13 09:44:23 PDT 2026


================
@@ -9,6 +9,7 @@
 #include "Boolean.h"
 #include "Char.h"
 #include "EvalEmitter.h"
+#include "Interp.h"
----------------
lntue wrote:

I moved `CheckFloatstatus` to `InterpHelpers.h`.

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


More information about the cfe-commits mailing list