summaryrefslogtreecommitdiff
path: root/libc/src/math/generic/sincos.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-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-27[libc][math] Implement double precision sincos correctly rounded to all round...lntue