summaryrefslogtreecommitdiff
path: root/libc/src/math/generic/tan.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-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] suppress uninitialized werrors (#98710)Schrodinger ZHU Yifan
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-08[libc] Add config option for fast math optimizations (#98029)Joseph Huber
2024-07-08[libc] Add maybe_unused for functions only used on slow path (#98024)Joseph Huber
2024-07-03[libc][math] Implement correctly rounded double precision tan (#97489)lntue