[libc-commits] [libc] [llvm] [libc][math] Refactor sqrtf128 to header only (PR #177760)

Muhammad Bassiouni via libc-commits libc-commits at lists.llvm.org
Mon Jan 26 12:58:59 PST 2026


================
@@ -5145,7 +5159,8 @@ libc_math_function(
 libc_math_function(
     name = "sqrtf128",
     additional_deps = [
-        ":__support_fputil_sqrt",
+        ":__support_math_sqrtf128",
+        ":llvm_libc_types_float128",
----------------
bassiounix wrote:

this shouldn't be here

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


More information about the libc-commits mailing list