summaryrefslogtreecommitdiff
path: root/libc/src/math/generic/cospif.cpp
AgeCommit message (Expand)Author
2025-04-08[libc][math] Fix signaling NaN handling for math functions. (#133347)wldfngrs
2025-03-11[libc] Provide more fine-grained control of FMA instruction for ARM targets. ...lntue
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek
2024-07-09[libc][math][C23] Cospif function should only return unsigned zeros (#98037)Hendrik Hübner
2024-07-06[libc][C23][math] Implement cospif function correctly rounded for all roundin...Hendrik Hübner