summaryrefslogtreecommitdiff
path: root/libc/src/math/generic/sin.cpp
AgeCommit message (Expand)Author
2025-04-08[libc][math] Fix signaling NaN handling for math functions. (#133347)wldfngrs
2025-04-04[libc] Remove extra parenthesis in sin.cpp comments (#134477)jobhdez
2025-03-11[libc] Provide more fine-grained control of FMA instruction for ARM targets. ...lntue
2024-10-26[libc][math] Add tests and fix some issues with FTZ/DAZ modes. (#113744)lntue
2024-10-10[libc][math] Improve performance of double precision trig functions. (#111793)lntue
2024-08-09[libc] Moved range_reduction_double ifdef statement (#102659)RoseZhang03
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-07[libc] fix aarch64 GCC build (#97932)Schrodinger ZHU Yifan
2024-06-25[libc][math] Implement double precision cos correctly rounded to all rounding...lntue
2024-06-24[libc][math] Implement double precision sin correctly rounded to all rounding...lntue