[libc-commits] [libc] [llvm] [libc][math] Refactor fdiv family to header-only (PR #182192)

Muhammad Bassiouni via libc-commits libc-commits at lists.llvm.org
Sat Apr 25 13:33:48 PDT 2026


================
@@ -75,6 +77,10 @@ static_assert(0.0 ==
               LIBC_NAMESPACE::shared::ddivf128(float128(0.0), float128(1.0)));
 static_assert(0.0 ==
               LIBC_NAMESPACE::shared::dmulf128(float128(0.0), float128(1.0)));
+static_assert(0.0f ==
+              LIBC_NAMESPACE::shared::fdivf128(float128(0.0), float128(1.0)));
+static_assert(0.0f ==
+              LIBC_NAMESPACE::shared::fdivf128(float128(0.0), float128(1.0)));
----------------
bassiounix wrote:

```suggestion
```

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


More information about the libc-commits mailing list