[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
Sat Jan 10 08:13:05 PST 2026
================
@@ -3417,7 +3417,7 @@ add_entrypoint_object(
HDRS
../ffma.h
DEPENDS
- libc.src.__support.FPUtil.fma
+ libc.src.__support.math.fma
----------------
bassiounix wrote:
```suggestion
libc.src.__support.math.ffma
```
https://github.com/llvm/llvm-project/pull/175304
More information about the libc-commits
mailing list