[llvm-branch-commits] [libc] [llvm] [libc] Make next-type functions use the emulated float128 type (PR #217575)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Aug 27 04:21:56 PDT 2026
================
@@ -430,6 +430,9 @@ static_assert(Float128(0.0) ==
static_assert(Float128(0.0) == LIBC_NAMESPACE::shared::rintf128(Float128(0.0)));
static_assert(Float128(0.0) ==
LIBC_NAMESPACE::shared::roundevenf128(Float128(0.0)));
+static_assert(Float128(0.0) ==
+ LIBC_NAMESPACE::shared::nextafterf128(Float128(0.0),
+ Float128(0.0)));
----------------
Sukumarsawant wrote:
were added, maybe I missed them during rebase . Have added again 👍
https://github.com/llvm/llvm-project/pull/217575
More information about the llvm-branch-commits
mailing list