[libc-commits] [libc] [llvm] [libc][math] Refactor logbf128 to Header Only. (PR #176234)

Muhammad Bassiouni via libc-commits libc-commits at lists.llvm.org
Fri Jan 16 13:28:05 PST 2026


================
@@ -111,6 +111,8 @@ TEST(LlvmLibcSharedMathTest, AllFloat128) {
                LIBC_NAMESPACE::shared::ldexpf128(float128(8), 5));
   ASSERT_FP_EQ(float128(-1 * (8 << 5)),
                LIBC_NAMESPACE::shared::ldexpf128(float128(-8), 5));
+
----------------
bassiounix wrote:

```suggestion
```

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


More information about the libc-commits mailing list