[libc-commits] [libc] [llvm] [libc][math] Refactor dfmaf128 to Header Only (PR #176480)

Muhammad Bassiouni via libc-commits libc-commits at lists.llvm.org
Mon Jan 19 06:57:35 PST 2026


================
@@ -1175,3 +1097,12 @@ add_header_library(
     libc.src.__support.macros.config
 )
 
+add_header_library(
+  dfmaf128
+  HDRS
+    dfmaf128.h
+  DEPENDS
+    libc.src.__support.FPUtil.fma
+    libc.src.__support.common
+    libc.src.__support.macros.config
+)
----------------
bassiounix wrote:

where's the guard entry?

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


More information about the libc-commits mailing list