[libc-commits] [libc] [libc][math] Add missing math.yaml entries for acospif and atan2f16 (PR #199442)
Aayush Shrivastava via libc-commits
libc-commits at lists.llvm.org
Sun May 24 14:17:36 PDT 2026
iamaayushrivastava 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!
Thank you for your valuable feedback. I’ve been referring to the merged PRs as well, they’re super helpful for understanding the expected style and workflow.
Really appreciate the advice and encouragement!
https://github.com/llvm/llvm-project/pull/199442
More information about the libc-commits
mailing list