[libc-commits] [libc] [libc][math][c23] Add atanhf16 C23 math function. (PR #132612)
Harrison Hao via libc-commits
libc-commits at lists.llvm.org
Fri Mar 28 23:13:49 PDT 2025
================
@@ -3992,6 +3992,24 @@ add_entrypoint_object(
libc.src.__support.macros.optimization
)
+add_entrypoint_object(
+ atanhf16
+ SRCS
+ atanhf16.cpp
+ HDRS
+ ../atanhf16.h
+ DEPENDS
+ .explogxf
+ libc.hdr.errno_macros
+ libc.hdr.fenv_macros
+ libc.src.__support.FPUtil.cast
+ libc.src.__support.FPUtil.fp_bits
----------------
harrisonGPU wrote:
Done.
https://github.com/llvm/llvm-project/pull/132612
More information about the libc-commits
mailing list