[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:40 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
----------------
overmighty wrote:

There's https://github.com/llvm/llvm-project/pull/109700. I should test again, on both RV32 and RV64.

https://github.com/llvm/llvm-project/pull/130588


More information about the libc-commits mailing list