[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
================
@@ -594,6 +594,14 @@ add_header_library(
libc.src.__support.math.exp10_float16_constants
)
+add_header_library(
+ ffma.h
----------------
bassiounix wrote:
```suggestion
ffma
```
https://github.com/llvm/llvm-project/pull/175304
More information about the libc-commits
mailing list