[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:41:45 PST 2026


================
@@ -1568,3 +1568,16 @@ add_header_library(
     libc.src.__support.FPUtil.polyeval
     libc.src.__support.macros.optimization
 )
+
+add_header_library(
+  tanhf
+  HDRS
+    tanhf.h
+  DEPENDS
----------------
Xinlong-Chen wrote:

Done, re-order deps according to tanhf.h's include headers.

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


More information about the libc-commits mailing list