[libc-commits] [libc] [libc][math][c23] Add acoshf16 C23 math function. (PR #130588)
via libc-commits
libc-commits at lists.llvm.org
Sun Mar 16 10:28:00 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
----------------
overmighty wrote:
Unused dependency.
```suggestion
```
https://github.com/llvm/llvm-project/pull/130588
More information about the libc-commits
mailing list