Age | Commit message (Expand) | Author | Files | Lines |
2020-11-13 | Remove tls.h inclusion from internal errno.h | Adhemerval Zanella | 1 | -3/+0 |
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 | 6 | -0/+18 |
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-15 | ieee754/dbl-64: Reduce the scope of temporary storage variables | Vineet Gupta | 7 | -223/+193 |
2020-06-03 | ieee754: provide gcc builtins based generic fma functions | Vineet Gupta | 5 | -0/+24 |
2020-06-03 | ieee754: provide gcc builtins based generic sqrt functions | Vineet Gupta | 2 | -6/+16 |
2020-05-04 | float128: use builtin_signbitf128 always | Paul E. Murphy | 1 | -18/+1 |
2020-04-30 | powerpc64le: blacklist broken GCC compilers (e.g GCC 7.5.0) | Paul E. Murphy | 1 | -12/+0 |
2020-04-30 | Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABI | Paul E. Murphy | 8 | -14/+11 |
2020-04-06 | ldbl-128ibm: simplify iscanonical.h | Paul E. Murphy | 1 | -8/+2 |
2020-03-25 | Makeconfig: sandwich gnulib-tests between libc/ld linking of tests | Paul E. Murphy | 1 | -13/+0 |
2020-03-25 | ldbl-128ibm-compat: PLT redirects for using ldbl redirects internally | Paul E. Murphy | 11 | -3/+20 |
2020-03-19 | math: Remove inline math tests | Adhemerval Zanella | 1 | -2/+0 |
2020-03-06 | ldbl-128ibm: Let long double files have specific compiler flags | Tulio Magno Quites Machado Filho | 1 | -3/+19 |
2020-03-06 | ldbl-128ibm-compat: Add tests for IBM long double functions | Rajalakshmi Srinivasaraghavan | 1 | -0/+3 |
2020-02-28 | ldbl-128ibm-compat: link tst-ldbl-efgcvt against loader too | Paul E. Murphy | 1 | -0/+1 |
2020-02-28 | ldbl-128ibm-compat: enforce ibm128 on compat tests | Paul E. Murphy | 1 | -0/+9 |
2020-02-28 | ldbl-128ibm-compat: Provide nexttoward functions | Gabriel F. T. Gomes | 5 | -4/+65 |
2020-02-28 | ldbl-128ibm-compat: Provide a significand implementation | Tulio Magno Quites Machado Filho | 2 | -0/+26 |
2020-02-28 | ldbl-128ibm-compat: Redirect long double functions to f128/ieee128 functions | Tulio Magno Quites Machado Filho | 1 | -1/+7 |
2020-02-21 | ldbl-128ibm: make ieee754.h work with IEEE 128 long double | Paul E. Murphy | 2 | -2/+96 |
2020-02-21 | ldbl-128ibm-compat: fixup subdir location of several funcs | Paul E. Murphy | 1 | -16/+16 |
2020-02-21 | ldbl-128ibm-compat: enforce correct abi flags on internal file | Paul E. Murphy | 1 | -0/+11 |
2020-02-20 | ldbl-128ibm-compat: Provide ieee128 symbols to narrow functions | Tulio Magno Quites Machado Filho | 2 | -0/+42 |
2020-02-20 | Undefine redirections after long double definition on __LDBL_COMPAT [BZ #23294] | Tulio Magno Quites Machado Filho | 2 | -1/+90 |
2020-02-14 | ldbl-128ibm-compat: Provide a scalb implementation | Tulio Magno Quites Machado Filho | 3 | -0/+54 |
2020-02-14 | Add a generic scalb implementation | Tulio Magno Quites Machado Filho | 3 | -1/+6 |
2020-02-14 | Adjust thresholds in Bessel function implementations (bug 14469). | Joseph Myers | 4 | -8/+8 |
2020-02-13 | math/test-sinl-pseudo: Use stack protector only if available | Florian Weimer | 1 | -0/+2 |
2020-02-12 | Avoid ldbl-96 stack corruption from range reduction of pseudo-zero (bug 25487). | Joseph Myers | 3 | -1/+55 |
2020-02-10 | ldbl-128ibm-compat: set PRINTF_CHK flag in {,v}sprintf_chk | Paul E. Murphy | 2 | -0/+8 |
2020-02-07 | Remove a comment claiming that sin/cos round correctly. | Wilco Dijkstra | 1 | -4/+4 |
2020-01-17 | Fix maybe-uninitialized error on powerpc | Matheus Castanho | 1 | -0/+7 |
2020-01-03 | Add libm_alias_finite for _finite symbols | Wilco Dijkstra | 104 | -131/+293 |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 464 | -464/+464 |
2019-12-27 | ldbl-128ibm-compat: Do not mix -mabi=*longdouble and -mlong-double-128 | Gabriel F. T. Gomes | 1 | -0/+14 |
2019-12-27 | ldbl-128ibm-compat: Compiler flags for stdio functions | Tulio Magno Quites Machado Filho | 1 | -0/+6 |
2019-12-27 | Do not redirect calls to __GI_* symbols, when redirecting to *ieee128 | Tulio Magno Quites Machado Filho | 4 | -0/+32 |
2019-12-23 | Avoid compat symbols for totalorder in powerpc64le IEEE long double | Gabriel F. T. Gomes | 2 | -0/+18 |
2019-12-23 | ldbl-128ibm-compat: Add *cvt functions | Gabriel F. T. Gomes | 4 | -1/+103 |
2019-12-13 | ldbl-128ibm-compat: Add ISO C99 versions of scanf functions | Gabriel F. T. Gomes | 22 | -39/+522 |
2019-12-13 | ldbl-128ibm-compat: Fix selection of GNU and ISO C99 scanf | Gabriel F. T. Gomes | 3 | -4/+12 |
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 | 2 | -53/+92 |
2019-12-11 | Adjust s_floorf.c and s_floorl.c regarding code style. | Stefan Liebler | 2 | -54/+90 |
2019-12-11 | Adjust s_rintf.c and s_rintl.c regarding code style. | Stefan Liebler | 2 | -40/+53 |
2019-12-11 | Adjust s_nearbyintf.c and s_nearbyintl.c regarding code style. | Stefan Liebler | 2 | -55/+68 |
2019-12-11 | Use GCC builtins for copysign functions if desired. | Stefan Liebler | 4 | -15/+15 |