[libc-commits] [libc] [llvm] [libc][math] Refactor hypotf16 to Header Only. (PR #180511)
Muhammad Bassiouni via libc-commits
libc-commits at lists.llvm.org
Fri Feb 13 21:49:03 PST 2026
================
@@ -3180,13 +3180,8 @@ add_entrypoint_object(
HDRS
../hypotf16.h
DEPENDS
- libc.src.__support.FPUtil.fenv_impl
- libc.src.__support.FPUtil.fp_bits
- libc.src.__support.FPUtil.cast
- libc.src.__support.FPUtil.multiply_add
- libc.src.__support.FPUtil.sqrt
- libc.src.__support.macros.optimization
- libc.src.__support.macros.properties.types
+ libc.src.__support.math.hypotf16
+ libc.src.errno.errno
----------------
bassiounix wrote:
no need for errno
https://github.com/llvm/llvm-project/pull/180511
More information about the libc-commits
mailing list