[libc-commits] [libc] [llvm] [libc][math] Refactor f16fmaf128 to Header Only (PR #177850)

Muhammad Bassiouni via libc-commits libc-commits at lists.llvm.org
Mon Jan 26 09:33:19 PST 2026


================
@@ -649,13 +649,14 @@ add_header_library(
 )
 
 add_header_library(
-  f16fmal
+  f16fmaf128
   HDRS
-    f16fmal.h
+    f16fmaf128.h
   DEPENDS
-    libc.src.__support.macros.config
     libc.src.__support.FPUtil.fma
-    libc.include.llvm-libc-macros.float16_macros
+    libc.src.__support.common
+    libc.src.__support.macros.config
+    libc.include.llvm-libc-macros.float128_macros
 )
----------------
bassiounix wrote:

```suggestion
add_header_library(
  f16fmaf128
  HDRS
    f16fmaf128.h
  DEPENDS
    libc.src.__support.FPUtil.fma
    libc.src.__support.common
    libc.src.__support.macros.config
    libc.include.llvm-libc-macros.float16_macros
    libc.include.llvm-libc-macros.float128_macros
)
```

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


More information about the libc-commits mailing list