[libc-commits] [libc] [llvm] [libc][math] Refactor tanhf16 implementation to header-only in src/__support/math folder. (PR #178645)
Muhammad Bassiouni via libc-commits
libc-commits at lists.llvm.org
Mon Feb 9 06:39:46 PST 2026
================
@@ -3798,6 +3798,14 @@ libc_support_library(
],
)
+libc_support_library(
+ name = "__support_math_tanhf16",
+ hdrs = ["src/__support/math/tanhf16.h"],
+ deps = [
----------------
bassiounix wrote:
these deps should mimic cmake deps
https://github.com/llvm/llvm-project/pull/178645
More information about the libc-commits
mailing list