[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:49 PST 2026


================
@@ -3393,20 +3269,6 @@ libc_support_library(
     ],
 )
 
-libc_support_library(
-    name = "__support_math_hypotf",
-    hdrs = ["src/__support/math/hypotf.h"],
-    deps = [
-        ":__support_common",
-        ":__support_fputil_double_double",
-        ":__support_fputil_fenv_impl",
-        ":__support_fputil_fp_bits",
-        ":__support_fputil_multiply_add",
-        ":__support_fputil_sqrt",
-        ":__support_macros_config",
-        ":__support_macros_optimization",
-    ],
-)
 
----------------
bassiounix wrote:

```suggestion
```

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


More information about the libc-commits mailing list