[libc-commits] [libc] [llvm] [libc][math] Refactor pow to Header Only. (PR #176529)
via libc-commits
libc-commits at lists.llvm.org
Sun Jan 25 12:08:54 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",
----------------
AnonMiraj wrote:
I am not sure tbh.
Should I remove it?
https://github.com/llvm/llvm-project/pull/176529
More information about the libc-commits
mailing list