[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
================
@@ -1581,18 +1581,7 @@ add_entrypoint_object(
HDRS
../powf.h
DEPENDS
- libc.src.__support.math.exp10f
----------------
nico wrote:
Since your're moving pow, not powf, you should update pow's entry in this file, not powf's.
https://github.com/llvm/llvm-project/pull/176529
More information about the libc-commits
mailing list