[libc-commits] [libc] [libc][math][c23] Add acoshf16 C23 math function. (PR #130588)
via libc-commits
libc-commits at lists.llvm.org
Thu Mar 20 07:38:15 PDT 2025
================
@@ -653,6 +653,7 @@ if(LIBC_TYPES_HAS_FLOAT16)
# math.h C23 _Float16 entrypoints
libc.src.math.asinf16
libc.src.math.acosf16
+ libc.src.math.acoshf16
----------------
lntue wrote:
Can you also add entrypoints for linux/aarch64 and linux/riscv?
https://github.com/llvm/llvm-project/pull/130588
More information about the libc-commits
mailing list