[libc-commits] [libc] [libc][math][c23] Add acoshf16 C23 math function. (PR #130588)
via libc-commits
libc-commits at lists.llvm.org
Tue Mar 11 03:04:20 PDT 2025
================
@@ -0,0 +1,21 @@
+//===-- Implementation header for acoshf16 -----------------------*- C++ -*-===//
----------------
overmighty wrote:
Nit: column limit.
```suggestion
//===-- Implementation header for acoshf16 ----------------------*- C++ -*-===//
```
You can use https://github.com/overmighty/llvm-dev-utils/blob/master/llvm_libc_add_math_function.py to generate some of the boilerplate for new math functions.
https://github.com/llvm/llvm-project/pull/130588
More information about the libc-commits
mailing list