[clang] [Clang] Add constexpr eval for cmath builtins (PR #194327)

via cfe-commits cfe-commits at lists.llvm.org
Thu May 7 10:27:06 PDT 2026


================
@@ -717,6 +717,335 @@ static inline Floating abs(InterpState &S, const Floating &In) {
   return Output;
 }
 
+static bool interp__builtin_ceil(InterpState &S, CodePtr OpPC,
----------------
Serosh-commits wrote:

my bad :\ done i have renamed it and expanded it to explicitly handle all standard variants needed

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


More information about the cfe-commits mailing list