Age | Commit message (Expand) | Author |
2015-09-28 | Fix clog, clog10 inaccuracy (bug 19016). | Joseph Myers |
2015-09-23 | Refactor code forcing underflow exceptions. | Joseph Myers |
2015-09-18 | Avoid excess range overflowing results from cosh, sinh, lgamma (bug 18980). | Joseph Myers |
2015-09-10 | Fix lgamma (negative) inaccuracy (bug 2542, bug 2543, bug 2558). | Joseph Myers |
2015-01-07 | Fix libm feupdateenv namespace (bug 17748). | Joseph Myers |
2015-01-07 | Fix libm fesetround namespace (bug 17748). | Joseph Myers |
2015-01-06 | Fix libm fesetenv namespace (bug 17748). | Joseph Myers |
2015-01-05 | Fix libm feholdexcept namespace (bug 17748). | Joseph Myers |
2014-12-31 | Fix libm fegetenv namespace (bug 17748). | Joseph Myers |
2014-06-23 | Add generic HAVE_RM_CTX implementation | Wilco Dijkstra |
2014-03-17 | Revert "Fix HAVE_RM_CTX -Wundef warnings" | Will Newton |
2014-03-17 | Fix HAVE_RM_CTX -Wundef warnings | Will Newton |
2013-10-08 | Consolidate multiple precision sin/cos functions | Siddhesh Poyarekar |
2013-06-12 | Set/restore rounding mode only when needed | Siddhesh Poyarekar |
2013-06-05 | Skip modifying exception mask and flags in SET_RESTORE_ROUND_53BIT | Siddhesh Poyarekar |
2013-05-08 | Improve tgamma accuracy (bugs 2546, 2560, 5159, 15426). | Joseph Myers |
2012-11-03 | Make fma use of Dekker and Knuth algorithms use round-to-nearest (bug 14796). | Joseph Myers |
2012-09-25 | Fix inaccuracy of clog, clog10 near |z| = 1 (bug 13629). | Joseph Myers |
2012-04-17 | Fix ilogb exception and errno (bug 6794) | Adhemerval Zanella |
2012-03-28 | Avoid overflows from long double functions using __kernel_standard. | Joseph Myers |
2012-03-19 | Create and use libc_feupdateenv_test. | Richard Henderson |
2012-03-19 | Create and use SET_RESTORE_ROUND{,_NOEX,_53BIT}{,F,L}. | Richard Henderson |
2012-03-19 | Convert libc_feholdexcept et al from macros to inline functions. | Richard Henderson |
2012-03-19 | Make inline __isnan, __isinf_ns, __finite generic. | Richard Henderson |
2012-03-14 | Implement and use libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit | Andreas Jaeger |
2012-03-09 | Move math/math_private.h to sysdeps/generic/math_private.h. | Richard Henderson |