Age | Commit message (Expand) | Author | Files | Lines |
2021-06-04 | configure: Replaced obsolete AC_TRY_COMPILE | Naohiro Tamura | 1 | -4/+4 |
2021-06-01 | stdio-common: Remove _IO_vfwscanf | Florian Weimer | 1 | -1/+0 |
2021-05-10 | add workload traces for cbrtl | Paul Zimmermann | 1 | -0/+3 |
2021-04-07 | Improve the accuracy of tgamma (BZ #26983) | Paul Zimmermann | 1 | -11/+26 |
2021-04-02 | Fix the inaccuracy of j0f/j1f/y0f/y1f [BZ #14469, #14470, #14471, #14472] | Paul Zimmermann | 3 | -70/+1021 |
2021-03-30 | Move __isnanf128 to libc.so | Siddhesh Poyarekar | 3 | -1/+24 |
2021-03-11 | math: Remove mpa files (part 2) [BZ #15267] | Wilco Dijkstra | 15 | -2452/+0 |
2021-03-11 | math: Remove mpa files [BZ #15267] | Wilco Dijkstra | 5 | -7823/+0 |
2021-03-11 | math: Remove slow paths from atan2 [BZ #15267] | Wilco Dijkstra | 2 | -294/+40 |
2021-03-11 | math: Remove slow paths from atan [BZ #15267] | Wilco Dijkstra | 3 | -181/+27 |
2021-03-11 | math: Remove slow paths in tan [BZ #15267] | Wilco Dijkstra | 5 | -708/+81 |
2021-03-11 | math: Remove slow paths from asin and acos [BZ #15267] | Wilco Dijkstra | 1 | -298/+43 |
2021-01-11 | math: Add BZ#18980 fix back on dbl-64 cosh | Adhemerval Zanella | 1 | -1/+2 |
2021-01-07 | Remove dbl-64/wordsize-64 (part 2) | Wilco Dijkstra | 34 | -1837/+422 |
2021-01-07 | Remove dbl-64/wordsize-64 | Wilco Dijkstra | 4 | -4/+31 |
2021-01-04 | Drop nan-pseudo-number.h usage from tests | Siddhesh Poyarekar | 1 | -3/+1 |
2021-01-04 | Move generic nan-pseudo-number.h to ldbl-96 | Siddhesh Poyarekar | 1 | -0/+31 |
2021-01-02 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 475 | -475/+475 |
2020-12-30 | x86 long double: Consider pseudo numbers as signaling | Siddhesh Poyarekar | 1 | -3/+8 |
2020-12-18 | ieee754: Remove unused __sin32 and __cos32 | Anssi Hannula | 1 | -62/+0 |
2020-12-18 | ieee754: Remove slow paths from asin and acos | Anssi Hannula | 1 | -61/+15 |
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 |