[libc-commits] [libc] [llvm] [libc][math] Refactor ffma implementation to header-only in src/__support/math folder (PR #175304)

Muhammad Bassiouni via libc-commits libc-commits at lists.llvm.org
Sun Feb 8 08:31:00 PST 2026


================
@@ -2944,6 +2944,16 @@ libc_support_library(
     ],
 )
 
+libc_support_library(
+    name = "__support_math_ffma",
+    hdrs = ["src/__support/math/ffma.h"],
+    deps = [
+        ":__support_common",
----------------
bassiounix wrote:

```suggestion
```

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


More information about the libc-commits mailing list