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


================
@@ -3369,6 +3369,20 @@ libc_support_library(
     ],
 )
 
+libc_support_library(
+    name = "__support_math_sqrtf128",
+    hdrs = ["src/__support/math/sqrtf128.h"],
+    deps = [
+        ":__support_cpp_bit",
+        ":__support_fputil_fenv_impl",
+        ":__support_fputil_fp_bits",
+        ":__support_fputil_rounding_mode",
+        ":__support_common",
+        ":__support_macros_optimization",
+        ":__support_uint128",
+    ],
----------------
bassiounix wrote:

update the deps accordingly

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


More information about the libc-commits mailing list