[libc-commits] [libc] [llvm] [libc][math] Refactor tanhf implementation to header-only in src/__support/math folder. (PR #178554)
Xinlong Chen via libc-commits
libc-commits at lists.llvm.org
Mon Feb 9 07:42:00 PST 2026
================
@@ -3798,6 +3798,22 @@ libc_support_library(
],
)
+libc_support_library(
+ name = "__support_math_tanhf",
+ hdrs = ["src/__support/math/tanhf.h"],
+ deps = [
----------------
Xinlong-Chen wrote:
Done, same as cmake~
https://github.com/llvm/llvm-project/pull/178554
More information about the libc-commits
mailing list