[libc-commits] [libc] [llvm] [libc][math] Refactor sqrtf128 to header only (PR #177760)
Muhammad Bassiouni via libc-commits
libc-commits at lists.llvm.org
Thu Jan 29 18:46:04 PST 2026
================
@@ -3465,6 +3465,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_fputil_sqrt",
+ ":__support_macros_optimization",
+ ":__support_macros_properties_types",
+ ],
----------------
bassiounix wrote:
deps should reflect cmake deps 1 to 1
https://github.com/llvm/llvm-project/pull/177760
More information about the libc-commits
mailing list