[libc-commits] [libc] [llvm] [libc][math] Refactor f16sqrt to Header Only (PR #177167)

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


================
@@ -1184,3 +1097,12 @@ add_header_library(
     libc.src.__support.macros.config
 )
 
+add_header_library(
+  f16sqrt
+  HDRS
+    f16sqrt.h
+  DEPENDS
+    libc.src.__support.FPUtil.generic.sqrt
+    libc.src.__support.common
+    libc.src.__support.macros.config
+)
----------------
bassiounix wrote:

not resolved

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


More information about the libc-commits mailing list