[libc-commits] [libc] [libc][math][c23] Add acoshf16 C23 math function. (PR #130588)
Harrison Hao via libc-commits
libc-commits at lists.llvm.org
Thu Mar 20 19:46:09 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
----------------
harrisonGPU wrote:
I noticed risc-v have not LIBC_TYPES_HAS_FLOAT16, should I create it?
https://github.com/llvm/llvm-project/pull/130588
More information about the libc-commits
mailing list