[libc-commits] [libc] [llvm] [libc][math] Refactor tanhf implementation to header-only in src/__support/math folder. (PR #178554)

Muhammad Bassiouni via libc-commits libc-commits at lists.llvm.org
Mon Feb 9 06:31:16 PST 2026


================
@@ -3798,6 +3798,22 @@ libc_support_library(
     ],
 )
 
+libc_support_library(
+    name = "__support_math_tanhf",
+    hdrs = ["src/__support/math/tanhf.h"],
+    deps = [
----------------
bassiounix wrote:

mimic cmake deps

https://github.com/llvm/llvm-project/pull/178554


More information about the libc-commits mailing list