[libc-commits] [libc] [libc][math][c23] Add asinhf16 function (PR #131351)
via libc-commits
libc-commits at lists.llvm.org
Wed Mar 26 09:28:35 PDT 2025
================
@@ -653,6 +653,7 @@ if(LIBC_TYPES_HAS_FLOAT16)
list(APPEND TARGET_LIBM_ENTRYPOINTS
# math.h C23 _Float16 entrypoints
libc.src.math.asinf16
+ libc.src.math.asinhf16
libc.src.math.acosf16
libc.src.math.acoshf16
----------------
overmighty wrote:
Could you fix the sorting here since you're already editing this part of the file?
```suggestion
libc.src.math.acosf16
libc.src.math.acoshf16
libc.src.math.asinf16
libc.src.math.asinhf16
```
https://github.com/llvm/llvm-project/pull/131351
More information about the libc-commits
mailing list