[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


================
@@ -397,6 +397,7 @@ set(TARGET_LIBM_ENTRYPOINTS
     # math.h entrypoints
     libc.src.math.acosf
     libc.src.math.acoshf
+    libc.src.math.acoshf16
----------------
overmighty wrote:

We haven't (re-)enabled float16 support for RISC-V yet.

```suggestion
```

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


More information about the libc-commits mailing list