Age | Commit message (Expand) | Author | Files | Lines |
2025-02-26 | sysdeps/ieee754: Fix remainder sign of zero for FE_DOWNWARD (BZ #32711) | Sergei Zimmerman | 1 | -1/+4 |
2025-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 62 | -62/+62 |
2024-11-22 | math: Split s_erfF in erff and erfc | Adhemerval Zanella | 1 | -0/+1 |
2024-06-17 | Implement C23 logp1 | Joseph Myers | 1 | -1/+1 |
2024-05-22 | Don't provide XXXf128_do_not_use aliases [BZ #31757] | H.J. Lu | 3 | -0/+8 |
2024-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 62 | -62/+62 |
2023-01-06 | Update copyright dates with scripts/update-copyrights | Joseph Myers | 62 | -62/+62 |
2023-01-05 | Fix ldbl-128 built-in function use | Joseph Myers | 2 | -2/+2 |
2022-12-19 | stdio-common: Convert vfprintf and related functions to buffers | Florian Weimer | 1 | -29/+7 |
2022-11-29 | Use GCC builtins for logb functions if desired. | Xiaolin Tang | 1 | -0/+6 |
2022-11-29 | Use GCC builtins for llrint functions if desired. | Xiaolin Tang | 1 | -5/+12 |
2022-11-29 | Use GCC builtins for lrint functions if desired. | Xiaolin Tang | 1 | -5/+12 |
2022-10-31 | Fix build with GCC 13 _FloatN, _FloatNx built-in functions | Joseph Myers | 1 | -0/+127 |
2022-09-28 | Update _FloatN header support for C++ in GCC 13 | Joseph Myers | 1 | -3/+3 |
2022-08-18 | Ensure calculations happen with desired rounding mode in y1lf128 | Michael Hudson-Doyle | 1 | -0/+3 |
2022-05-23 | math: Add math-use-builtins-fabs (BZ#29027) | Adhemerval Zanella | 1 | -5/+3 |
2022-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 62 | -62/+62 |
2021-12-13 | math: Use an improved algorithm for hypotl (ldbl-128) | Adhemerval Zanella | 1 | -130/+96 |
2021-09-22 | Add narrowing fma functions | Joseph Myers | 5 | -0/+121 |
2021-09-21 | Fix f64xdivf128, f64xmulf128 spurious underflows (bug 28358) | Joseph Myers | 6 | -6/+8 |
2021-09-15 | Redirect fma calls to __fma in libm | Joseph Myers | 2 | -0/+2 |
2021-09-10 | Add narrowing square root functions | Joseph Myers | 3 | -0/+108 |
2021-09-03 | Remove "Contributed by" lines | Siddhesh Poyarekar | 48 | -68/+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/+1 |
2021-03-30 | Move __isnanf128 to libc.so | Siddhesh Poyarekar | 1 | -0/+1 |
2021-01-02 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 55 | -55/+55 |
2020-07-06 | Use C2x return value from getpayload of non-NaN (bug 26073). | Joseph Myers | 1 | -0/+3 |
2020-06-03 | ieee754: provide gcc builtins based generic fma functions | Vineet Gupta | 2 | -0/+10 |
2020-04-30 | Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABI | Paul E. Murphy | 1 | -1/+1 |
2020-02-28 | ldbl-128ibm-compat: Provide nexttoward functions | Gabriel F. T. Gomes | 2 | -4/+4 |
2020-01-03 | Add libm_alias_finite for _finite symbols | Wilco Dijkstra | 21 | -24/+45 |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 55 | -55/+55 |
2019-12-27 | Do not redirect calls to __GI_* symbols, when redirecting to *ieee128 | Tulio Magno Quites Machado Filho | 1 | -0/+1 |
2019-12-23 | Avoid compat symbols for totalorder in powerpc64le IEEE long double | Gabriel F. T. Gomes | 2 | -0/+18 |
2019-12-11 | Adjust s_copysignl.c regarding code style. | Stefan Liebler | 1 | -8/+9 |
2019-12-11 | Adjust s_ceilf.c and s_ceill.c regarding code style. | Stefan Liebler | 1 | -32/+59 |
2019-12-11 | Adjust s_floorf.c and s_floorl.c regarding code style. | Stefan Liebler | 1 | -32/+57 |
2019-12-11 | Adjust s_rintf.c and s_rintl.c regarding code style. | Stefan Liebler | 1 | -21/+28 |
2019-12-11 | Adjust s_nearbyintf.c and s_nearbyintl.c regarding code style. | Stefan Liebler | 1 | -28/+35 |
2019-12-11 | Use GCC builtins for copysign functions if desired. | Stefan Liebler | 1 | -0/+6 |
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 | -0/+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-10-01 | Split up endian.h to minimize exposure of BYTE_ORDER. | Alistair Francis | 1 | -2/+2 |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 73 | -73/+73 |
2019-08-15 | Make totalorder and totalordermag functions take pointer arguments. | Joseph Myers | 2 | -6/+60 |