================
@@ -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
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to