[libc-commits] [libc] [libc][math] Add missing math.yaml entries for acospif and atan2f16 (PR #199442)

via libc-commits libc-commits at lists.llvm.org
Sun May 24 14:10:07 PDT 2026


Sukumarsawant wrote:

> > LGTM. Also if you want to implement other functions you can do them in a separate PR just make sure to adhere to [LLVM AI Tool Use Policy](https://llvm.org/docs/AIToolPolicy.html).
> 
> Sure, thank you.
> 
> Should I go ahead and create a separate PR for the double-precision hyperbolic functions (`acosh`, `asinh`, `atanh`, `cosh`, `sinh`, `tanh`)?

Yeah! you can just make sure no one's working on them. Keeping in mind the AI disclosure, you could make a PR one at a time and get it reviewed so you can improve in the later ones (just my opinion) and you can refer the already merged PRs for reference. 
Good luck!

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


More information about the libc-commits mailing list