[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:02 PST 2026
================
@@ -4885,8 +4902,8 @@ libc_math_function(
libc_math_function(
name = "hypotf16",
additional_deps = [
- ":__support_fputil_multiply_add",
- ":__support_fputil_sqrt",
+ ":__support_math_hypotf16",
+ ":errno",
----------------
bassiounix wrote:
same as above
https://github.com/llvm/llvm-project/pull/180511
More information about the libc-commits
mailing list