Age | Commit message (Expand) | Author | Files | Lines |
2024-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 43 | -43/+43 |
2023-06-30 | aarch64: Add vector implementations of cos routines | Joe Ramsay | 1 | -2/+0 |
2023-04-17 | math: Improve fmod(f) performance | Wilco Dijkstra | 1 | -38/+50 |
2023-04-03 | math: Remove the error handling wrapper from fmod and fmodf | Adhemerval Zanella Netto | 4 | -3/+25 |
2023-04-03 | math: Improve fmodf | Adhemerval Zanella Netto | 2 | -93/+187 |
2023-01-06 | Update copyright dates with scripts/update-copyrights | Joseph Myers | 42 | -42/+42 |
2022-11-29 | Use GCC builtins for logb functions if desired. | Xiaolin Tang | 1 | -0/+5 |
2022-11-29 | Use GCC builtins for llrint functions if desired. | Xiaolin Tang | 1 | -6/+12 |
2022-11-29 | Use GCC builtins for lrint functions if desired. | Xiaolin Tang | 1 | -6/+12 |
2022-06-01 | i686: Use generic sincosf implementation for SSE2 version | Adhemerval Zanella | 1 | -0/+5 |
2022-06-01 | i686: Use generic sinf implementation for SSE2 version | Adhemerval Zanella | 1 | -0/+5 |
2022-06-01 | i686: Use generic cosf implementation for SSE2 version | Adhemerval Zanella | 1 | -0/+5 |
2022-01-10 | math: Fix float conversion regressions with gcc-12 [BZ #28713] | Szabolcs Nagy | 6 | -16/+16 |
2022-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 42 | -42/+42 |
2021-12-21 | s_sincosf.h: Change pio4 type to float [BZ #28713] | H.J. Lu | 1 | -1/+1 |
2021-12-13 | math: Remove the error handling wrapper from hypot and hypotf | Adhemerval Zanella | 2 | -5/+17 |
2021-12-13 | math: Simplify hypotf implementation | Adhemerval Zanella | 2 | -35/+37 |
2021-10-05 | Fixed inaccuracy of j0f (BZ #28185) | Paul Zimmermann | 1 | -3/+3 |
2021-09-03 | Remove "Contributed by" lines | Siddhesh Poyarekar | 51 | -54/+0 |
2021-06-27 | Use GCC builtins for roundeven functions if desired. | Shen-Ta Hsieh | 1 | -0/+5 |
2021-06-27 | math: redirect roundeven function | Shen-Ta Hsieh | 1 | -0/+3 |
2021-04-02 | Fix the inaccuracy of j0f/j1f/y0f/y1f [BZ #14469, #14470, #14471, #14472] | Paul Zimmermann | 3 | -70/+1021 |
2021-01-02 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 40 | -40/+40 |
2020-08-07 | math: Fix inaccuracy of j0f for x >= 2^127 when sin(x)+cos(x) is tiny | Paul Zimmermann | 1 | -1/+16 |
2020-07-06 | Use C2x return value from getpayload of non-NaN (bug 26073). | Joseph Myers | 1 | -0/+3 |
2020-06-19 | New exp10f version without SVID compat wrapper | Adhemerval Zanella | 1 | -1/+15 |
2020-06-19 | math: Optimized generic exp10f with wrappers | Paul Zimmermann | 2 | -1/+199 |
2020-06-03 | ieee754: provide gcc builtins based generic sqrt functions | Vineet Gupta | 1 | -6/+10 |
2020-02-14 | Adjust thresholds in Bessel function implementations (bug 14469). | Joseph Myers | 2 | -4/+4 |
2020-01-03 | Add libm_alias_finite for _finite symbols | Wilco Dijkstra | 22 | -30/+51 |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 39 | -39/+39 |
2019-12-11 | Adjust s_ceilf.c and s_ceill.c regarding code style. | Stefan Liebler | 1 | -21/+33 |
2019-12-11 | Adjust s_floorf.c and s_floorl.c regarding code style. | Stefan Liebler | 1 | -22/+33 |
2019-12-11 | Adjust s_rintf.c and s_rintl.c regarding code style. | Stefan Liebler | 1 | -19/+25 |
2019-12-11 | Adjust s_nearbyintf.c and s_nearbyintl.c regarding code style. | Stefan Liebler | 1 | -27/+33 |
2019-12-11 | Use GCC builtins for copysign functions if desired. | Stefan Liebler | 1 | -8/+4 |
2019-12-11 | Use GCC builtins for round functions if desired. | Stefan Liebler | 1 | -0/+6 |
2019-12-11 | Use GCC builtins for trunc functions if desired. | Stefan Liebler | 1 | -0/+6 |
2019-12-11 | Use GCC builtins for ceil functions if desired. | Stefan Liebler | 1 | -1/+6 |
2019-12-11 | Use GCC builtins for floor functions if desired. | Stefan Liebler | 1 | -0/+6 |
2019-12-11 | Use GCC builtins for rint functions if desired. | Stefan Liebler | 1 | -6/+11 |
2019-12-11 | Use GCC builtins for nearbyint functions if desired. | Stefan Liebler | 1 | -6/+11 |
2019-11-22 | Remove duplicate inline implementation of issignalingf | Paul A. Clarke | 2 | -11/+2 |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 40 | -40/+40 |
2019-08-15 | Make totalorder and totalordermag functions take pointer arguments. | Joseph Myers | 2 | -6/+60 |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 39 | -39/+39 |
2018-12-26 | x86-64: Vectorize sincosf_poly and update s_sincosf-fma.c | H.J. Lu | 2 | -70/+88 |
2018-12-11 | Fix powf overflow handling in non-nearest rounding mode [BZ #23961] | Szabolcs Nagy | 1 | -0/+12 |
2018-09-28 | Remove unnecessary math_private.h includes. | Joseph Myers | 1 | -1/+0 |
2018-09-27 | Use copysign functions not __copysign functions in glibc libm. | Joseph Myers | 6 | -11/+12 |