[libc-commits] [libc] [llvm] [libc][math] Refactor tanhf16 implementation to header-only in src/__support/math folder. (PR #178645)
Xinlong Chen via libc-commits
libc-commits at lists.llvm.org
Thu Feb 12 01:25:57 PST 2026
================
@@ -5395,7 +5521,10 @@ libc_math_function(
libc_math_function(
name = "tanhf16",
- additional_deps = [":__support_math_expxf16_utils"],
+ additional_deps = [
+ ":__support_math_tanhf16",
+ ":llvm_libc_macros_float16_macros",
----------------
Xinlong-Chen wrote:
done, have deleted it
https://github.com/llvm/llvm-project/pull/178645
More information about the libc-commits
mailing list