| Commit message (Expand) | Author | Age | Files | Lines |
* | aarch64: Add vector implementations of cos routines | Joe Ramsay | 2023-06-30 | 1 | -1/+1 |
* | math: Remove mpa files [BZ #15267] | Wilco Dijkstra | 2021-03-11 | 1 | -6/+0 |
* | ieee754: Remove unused __sin32 and __cos32 | Anssi Hannula | 2020-12-18 | 1 | -2/+0 |
* | Enable inlining issignalingf within glibc | Paul A. Clarke | 2019-11-21 | 1 | -29/+0 |
* | Add new pow implementation | Szabolcs Nagy | 2018-09-19 | 1 | -1/+0 |
* | Move float128 inlines from sysdeps/generic/math_private.h to include/math.h. | Joseph Myers | 2018-09-05 | 1 | -23/+0 |
* | Do not include fenv_private.h in math_private.h. | Joseph Myers | 2018-09-03 | 1 | -2/+0 |
* | Split fenv_private.h out of math_private.h more consistently. | Joseph Myers | 2018-08-28 | 1 | -393/+2 |
* | math: Set 387 and SSE2 rounding mode for tgamma on i386 [BZ #23253] | Florian Weimer | 2018-06-21 | 1 | -31/+37 |
* | Do not include math-barriers.h in math_private.h. | Joseph Myers | 2018-05-11 | 1 | -2/+0 |
* | Move math_check_force_underflow macros to separate math-underflow.h. | Joseph Myers | 2018-05-10 | 1 | -53/+0 |
* | Move math_opt_barrier, math_force_eval to separate math-barriers.h. | Joseph Myers | 2018-05-09 | 1 | -6/+1 |
* | Move math_narrow_eval to separate math-narrow-eval.h. | Joseph Myers | 2018-05-09 | 1 | -23/+0 |
* | Remove slow paths from exp | Szabolcs Nagy | 2018-02-12 | 1 | -1/+0 |
* | Remove slow paths from pow | Wilco Dijkstra | 2018-02-12 | 1 | -3/+1 |
* | Add feholdexcept inline in generic math_private.h. | Joseph Myers | 2018-02-01 | 1 | -0/+12 |
* | Move fenv.h override inline functions to generic math_private.h. | Joseph Myers | 2018-02-01 | 1 | -0/+68 |
* | Move some fenv.h override macros to generic math_private.h. | Joseph Myers | 2018-02-01 | 1 | -0/+10 |
* | Make default libc_feholdsetround_noex_ctx use __feholdexcept (bug 22702). | Joseph Myers | 2018-01-11 | 1 | -4/+5 |
* | Revert exp reimplementation (causes test failures). | Joseph Myers | 2017-12-19 | 1 | -0/+1 |
* | Improve __ieee754_exp() performance by greater than 5x on sparc/x86. | Patrick McGehearty | 2017-12-19 | 1 | -1/+0 |
* | Make min_of_type_ macros function-like. | Joseph Myers | 2017-11-24 | 1 | -6/+9 |
* | Obsolete matherr, _LIB_VERSION, libieee.a. | Joseph Myers | 2017-08-21 | 1 | -5/+0 |
* | Reimplement min_of_type using __MATH_TG. | Joseph Myers | 2017-08-04 | 1 | -18/+8 |
* | Consistently use uintN_t not u_intN_t in libm. | Joseph Myers | 2017-08-03 | 1 | -5/+5 |
* | Correct min_of_type handling of _Float128. | Joseph Myers | 2017-06-22 | 1 | -2/+2 |
* | float128: Add private _Float128 declarations for libm. | Paul E. Murphy | 2017-05-15 | 1 | -1/+50 |
* | ldbl-128: Use mathx_hidden_def inplace of hidden_def | Paul E. Murphy | 2017-05-04 | 1 | -0/+4 |
* | Macroize function declarations in math_private.h | Gabriel F. T. Gomes | 2017-04-24 | 1 | -170/+22 |
* | Remove unneeded declarations from math_private.h | Gabriel F. T. Gomes | 2017-04-10 | 1 | -20/+0 |
* | Change return type in the declaration of __ieee754_rem_pio2l | Gabriel F. T. Gomes | 2017-03-30 | 1 | -1/+1 |
* | Allow direct use of math_ldbl.h in testsuite. | Zack Weinberg | 2017-02-25 | 1 | -2/+2 |
* | Refactor some libm type-generic macros. | Joseph Myers | 2016-11-10 | 1 | -6/+1 |
* | Remove __nan{f,,l} macros | Paul E. Murphy | 2016-09-20 | 1 | -7/+0 |
* | Remove unneeded stubs for k_rem_pio2l. | Paul E. Murphy | 2016-09-01 | 1 | -2/+0 |
* | Fix clog, clog10 inaccuracy (bug 19016). | Joseph Myers | 2015-09-28 | 1 | -2/+2 |
* | Refactor code forcing underflow exceptions. | Joseph Myers | 2015-09-23 | 1 | -0/+52 |
* | Avoid excess range overflowing results from cosh, sinh, lgamma (bug 18980). | Joseph Myers | 2015-09-18 | 1 | -0/+24 |
* | Fix lgamma (negative) inaccuracy (bug 2542, bug 2543, bug 2558). | Joseph Myers | 2015-09-10 | 1 | -0/+16 |
* | Fix libm feupdateenv namespace (bug 17748). | Joseph Myers | 2015-01-07 | 1 | -3/+3 |
* | Fix libm fesetround namespace (bug 17748). | Joseph Myers | 2015-01-07 | 1 | -4/+4 |
* | Fix libm fesetenv namespace (bug 17748). | Joseph Myers | 2015-01-06 | 1 | -2/+2 |
* | Fix libm feholdexcept namespace (bug 17748). | Joseph Myers | 2015-01-05 | 1 | -2/+2 |
* | Fix libm fegetenv namespace (bug 17748). | Joseph Myers | 2014-12-31 | 1 | -2/+2 |
* | Add generic HAVE_RM_CTX implementation | Wilco Dijkstra | 2014-06-23 | 1 | -19/+96 |
* | Revert "Fix HAVE_RM_CTX -Wundef warnings" | Will Newton | 2014-03-17 | 1 | -1/+1 |
* | Fix HAVE_RM_CTX -Wundef warnings | Will Newton | 2014-03-17 | 1 | -1/+1 |
* | Consolidate multiple precision sin/cos functions | Siddhesh Poyarekar | 2013-10-08 | 1 | -4/+2 |
* | Set/restore rounding mode only when needed | Siddhesh Poyarekar | 2013-06-12 | 1 | -14/+41 |
* | Skip modifying exception mask and flags in SET_RESTORE_ROUND_53BIT | Siddhesh Poyarekar | 2013-06-05 | 1 | -6/+6 |