[libc-commits] [libc] [libc][math][c23] Add asinhf16() function (PR #131351)

via libc-commits libc-commits at lists.llvm.org
Sun Mar 16 14:33:33 PDT 2025


================
@@ -0,0 +1,21 @@
+//===-- Implementation header for asinhf16 -----------------------*- C++-*-===//
----------------
overmighty wrote:

Nit: formatting.

```suggestion
//===-- Implementation header for asinhf16 ----------------------*- 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 when adding new math functions.

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


More information about the libc-commits mailing list