[libc-commits] [libc] [libc][math] Add double-precision acosh, asinh, atanh, cosh, sinh, tanh (PR #199442)

Aayush Shrivastava via libc-commits libc-commits at lists.llvm.org
Sun May 24 13:34:25 PDT 2026


iamaayushrivastava wrote:

> @iamaayushrivastava some functions haven't been implemented yet, so we would have to hold that for now . Apologies for including them. Please make the PR for adding
> 
> * acospif
> * atan2f16
>   Also if you wish to implement those functions (hyperbolic), make a separate PR so it's easier for reviewing and do check if someone's working on them already.

Thank you @Sukumarsawant for the clarification! I have updated the PR to only include the `math.yaml` entries for `acospif` and `atan2f16`. All the hyperbolic function changes have been removed.

Please let me know if anything else needs to be changed. Thanks!

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


More information about the libc-commits mailing list