[llvm-branch-commits] [libc] [libc][math] Qualify ceil functions to constexpr (PR #184948)

Muhammad Bassiouni via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Sat Mar 7 13:59:19 PST 2026


================
@@ -15,7 +15,19 @@
 namespace LIBC_NAMESPACE_DECL {
 namespace math {
 
-LIBC_INLINE long double ceill(long double x) { return fputil::ceil(x); }
+// TODO(bassiounix): Re-enable long double tests on X86 once float80 is complete
----------------
bassiounix wrote:

Created #185232

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


More information about the llvm-branch-commits mailing list