[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


================
@@ -2895,13 +2822,13 @@ libc_support_library(
 )
 
 libc_support_library(
-    name = "__support_math_fsqrtf128",
-    hdrs = ["src/__support/math/fsqrtf128.h"],
+    name = "__support_math_f16sqrt",
+    hdrs = ["src/__support/math/f16sqrt.h"],
     deps = [
         ":__support_common",
-        ":__support_fputil_sqrt",
+        ":__support_fputil_generic_sqrt",
----------------
bassiounix wrote:

```suggestion
        ":__support_fputil_sqrt",
```

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


More information about the libc-commits mailing list