[libc-commits] [libc] [libc] Modify `fmaxf128` and `fminf128` to use emulated Float128 type (PR #216575)
via libc-commits
libc-commits at lists.llvm.org
Wed Aug 19 05:07:13 PDT 2026
================
@@ -381,8 +381,13 @@ static_assert(0 == LIBC_NAMESPACE::shared::isnanl(0.0L));
//===----------------------------------------------------------------------===//
static_assert(Float128(0.0) == LIBC_NAMESPACE::shared::ceilf128(Float128(0.0)));
+
----------------
Sukumarsawant wrote:
Yes, sure. For now I am adding the normal ones due to conflicts; once I start stacking, I'll arrange them accordingly.
https://github.com/llvm/llvm-project/pull/216575
More information about the libc-commits
mailing list