[libc-commits] [libc] [libc][math][c23] Add acoshf16 C23 math function. (PR #130588)
Harrison Hao via libc-commits
libc-commits at lists.llvm.org
Mon Mar 17 09:08:42 PDT 2025
================
@@ -3944,6 +3944,27 @@ add_entrypoint_object(
libc.src.__support.macros.optimization
)
+add_entrypoint_object(
+ acoshf16
+ SRCS
+ acoshf16.cpp
+ HDRS
+ ../acoshf16.h
+ DEPENDS
+ .common_constants
----------------
harrisonGPU wrote:
Done.
https://github.com/llvm/llvm-project/pull/130588
More information about the libc-commits
mailing list