[libc-commits] [libc] [llvm] [libc][math] Move hypot to shared/math and make it constexpr (PR #177588)
Nico Weber via libc-commits
libc-commits at lists.llvm.org
Mon Jan 26 06:21:25 PST 2026
================
@@ -3401,7 +3427,8 @@ add_entrypoint_object(
HDRS
../hypot.h
DEPENDS
- libc.src.__support.FPUtil.hypot
+ libc.src.__support.math.hypot
+ libc.src.__support.FPUtil.fp_bits
----------------
nico wrote:
you shouldn't need this line I think
https://github.com/llvm/llvm-project/pull/177588
More information about the libc-commits
mailing list