[libc-commits] [libc] [libc][math][c++23] Add next{after, down, toward, up}bf16 math functions (PR #153993)

via libc-commits libc-commits at lists.llvm.org
Wed Aug 20 13:00:59 PDT 2025


================
@@ -251,6 +251,8 @@ class FromfpxTestTemplate : public LIBC_NAMESPACE::testing::FEnvSafeTest {
         T(-10.0), func(T(-10.65), FP_INT_TOWARDZERO, 5U), FE_INEXACT);
     EXPECT_FP_EQ_WITH_EXCEPTION(T(63.0), func(T(63.25), FP_INT_TOWARDZERO, 8U),
                                 FE_INEXACT);
+    EXPECT_FP_EQ_WITH_EXCEPTION(T(63.0), func(T(63.25), FP_INT_TOWARDZERO, 8U),
+                                FE_INEXACT);
----------------
overmighty wrote:

You removed the wrong test case in your latest commit.

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


More information about the libc-commits mailing list