[libc-commits] [libc] [llvm] [libc][math] Refactor pow to Header Only. (PR #176529)

Nico Weber via libc-commits libc-commits at lists.llvm.org
Thu Jan 22 18:56:27 PST 2026


================
@@ -4757,11 +4777,8 @@ libc_math_function(name = "nextupf16")
 libc_math_function(
     name = "pow",
     additional_deps = [
-        ":__support_fputil_double_double",
-        ":__support_fputil_nearest_integer",
-        ":__support_fputil_polyeval",
-        ":__support_fputil_sqrt",
-        ":__support_math_common_constants",
+        ":__support_math_pow",
+        ":errno",
----------------
nico wrote:

why :errno?

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


More information about the libc-commits mailing list