[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
================
@@ -622,6 +622,16 @@ add_header_library(
libc.src.__support.macros.properties.types
)
+add_header_library(
+ ffma
+ HDRS
+ ffma.h
+ DEPENDS
+ libc.src.__support.common
----------------
bassiounix wrote:
```suggestion
```
https://github.com/llvm/llvm-project/pull/175304
More information about the libc-commits
mailing list