aboutsummaryrefslogtreecommitdiff
path: root/libc/src/math/generic/cos.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-04-08[libc][math] Fix signaling NaN handling for math functions. (#133347)wldfngrs1-1/+5
2025-03-11[libc] Provide more fine-grained control of FMA instruction for ARM targets. ...lntue1-2/+2
2024-10-11[libc] Fix compilation of new trig functions (#111987)Joseph Huber1-1/+1
2024-10-10[libc][math] Improve performance of double precision trig functions. (#111793)lntue1-66/+51
2024-08-09[libc] Moved range_reduction_double ifdef statement (#102659)RoseZhang031-20/+0
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek1-2/+3
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini1-3/+2
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek1-2/+3
2024-07-07[libc] fix aarch64 GCC build (#97932)Schrodinger ZHU Yifan1-1/+1
2024-06-25[libc][math] Implement double precision cos correctly rounded to all rounding...lntue1-0/+197