[libc-commits] [libc] [libc][math][c23] Add acoshf16 C23 math function. (PR #130588)
via libc-commits
libc-commits at lists.llvm.org
Sat Mar 22 08:39:39 PDT 2025
================
@@ -3944,6 +3944,26 @@ add_entrypoint_object(
libc.src.__support.macros.optimization
)
+add_entrypoint_object(
+ acoshf16
+ SRCS
+ acoshf16.cpp
+ HDRS
+ ../acoshf16.h
+ DEPENDS
+ .explogxf
+ libc.hdr.errno_macros
+ libc.hdr.fenv_macros
+ libc.src.__support.FPUtil.cast
+ libc.src.__support.FPUtil.fenv_impl
----------------
overmighty wrote:
```suggestion
libc.src.__support.FPUtil.except_value_utils
libc.src.__support.FPUtil.fenv_impl
```
https://github.com/llvm/llvm-project/pull/130588
More information about the libc-commits
mailing list