[libc-commits] [libc] [libc][math][c23] Add cospif16 function (PR #113001)

via libc-commits libc-commits at lists.llvm.org
Fri Oct 18 17:10:46 PDT 2024


https://github.com/overmighty commented:

Most of the code is shared with `sinpif16`. You could move most of it to a header and have both `cospif16` and `sinpif16` call a function from that header.

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


More information about the libc-commits mailing list