Age | Commit message (Expand) | Author |
2023-06-30 | aarch64: Add vector implementations of cos routines | Joe Ramsay |
2021-03-11 | math: Remove mpa files [BZ #15267] | Wilco Dijkstra |
2020-12-18 | ieee754: Remove unused __sin32 and __cos32 | Anssi Hannula |
2019-11-21 | Enable inlining issignalingf within glibc | Paul A. Clarke |
2018-09-19 | Add new pow implementation | Szabolcs Nagy |
2018-09-05 | Move float128 inlines from sysdeps/generic/math_private.h to include/math.h. | Joseph Myers |
2018-09-03 | Do not include fenv_private.h in math_private.h. | Joseph Myers |
2018-08-28 | Split fenv_private.h out of math_private.h more consistently. | Joseph Myers |
2018-06-21 | math: Set 387 and SSE2 rounding mode for tgamma on i386 [BZ #23253] | Florian Weimer |
2018-05-11 | Do not include math-barriers.h in math_private.h. | Joseph Myers |
2018-05-10 | Move math_check_force_underflow macros to separate math-underflow.h. | Joseph Myers |
2018-05-09 | Move math_opt_barrier, math_force_eval to separate math-barriers.h. | Joseph Myers |
2018-05-09 | Move math_narrow_eval to separate math-narrow-eval.h. | Joseph Myers |
2018-02-12 | Remove slow paths from exp | Szabolcs Nagy |
2018-02-12 | Remove slow paths from pow | Wilco Dijkstra |
2018-02-01 | Add feholdexcept inline in generic math_private.h. | Joseph Myers |
2018-02-01 | Move fenv.h override inline functions to generic math_private.h. | Joseph Myers |
2018-02-01 | Move some fenv.h override macros to generic math_private.h. | Joseph Myers |
2018-01-11 | Make default libc_feholdsetround_noex_ctx use __feholdexcept (bug 22702). | Joseph Myers |
2017-12-19 | Revert exp reimplementation (causes test failures). | Joseph Myers |
2017-12-19 | Improve __ieee754_exp() performance by greater than 5x on sparc/x86. | Patrick McGehearty |
2017-11-24 | Make min_of_type_ macros function-like. | Joseph Myers |
2017-08-21 | Obsolete matherr, _LIB_VERSION, libieee.a. | Joseph Myers |
2017-08-04 | Reimplement min_of_type using __MATH_TG. | Joseph Myers |
2017-08-03 | Consistently use uintN_t not u_intN_t in libm. | Joseph Myers |
2017-06-22 | Correct min_of_type handling of _Float128. | Joseph Myers |
2017-05-15 | float128: Add private _Float128 declarations for libm. | Paul E. Murphy |
2017-05-04 | ldbl-128: Use mathx_hidden_def inplace of hidden_def | Paul E. Murphy |
2017-04-24 | Macroize function declarations in math_private.h | Gabriel F. T. Gomes |
2017-04-10 | Remove unneeded declarations from math_private.h | Gabriel F. T. Gomes |
2017-03-30 | Change return type in the declaration of __ieee754_rem_pio2l | Gabriel F. T. Gomes |
2017-02-25 | Allow direct use of math_ldbl.h in testsuite. | Zack Weinberg |
2016-11-10 | Refactor some libm type-generic macros. | Joseph Myers |
2016-09-20 | Remove __nan{f,,l} macros | Paul E. Murphy |
2016-09-01 | Remove unneeded stubs for k_rem_pio2l. | Paul E. Murphy |
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 |