aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754
AgeCommit message (Expand)Author
2020-05-04float128: use builtin_signbitf128 alwaysPaul E. Murphy
2020-04-30powerpc64le: blacklist broken GCC compilers (e.g GCC 7.5.0)Paul E. Murphy
2020-04-30Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABIPaul E. Murphy
2020-04-06ldbl-128ibm: simplify iscanonical.hPaul E. Murphy
2020-03-25Makeconfig: sandwich gnulib-tests between libc/ld linking of testsPaul E. Murphy
2020-03-25ldbl-128ibm-compat: PLT redirects for using ldbl redirects internallyPaul E. Murphy
2020-03-19math: Remove inline math testsAdhemerval Zanella
2020-03-06ldbl-128ibm: Let long double files have specific compiler flagsTulio Magno Quites Machado Filho
2020-03-06ldbl-128ibm-compat: Add tests for IBM long double functionsRajalakshmi Srinivasaraghavan
2020-02-28ldbl-128ibm-compat: link tst-ldbl-efgcvt against loader tooPaul E. Murphy
2020-02-28ldbl-128ibm-compat: enforce ibm128 on compat testsPaul E. Murphy
2020-02-28ldbl-128ibm-compat: Provide nexttoward functionsGabriel F. T. Gomes
2020-02-28ldbl-128ibm-compat: Provide a significand implementationTulio Magno Quites Machado Filho
2020-02-28ldbl-128ibm-compat: Redirect long double functions to f128/ieee128 functionsTulio Magno Quites Machado Filho
2020-02-21ldbl-128ibm: make ieee754.h work with IEEE 128 long doublePaul E. Murphy
2020-02-21ldbl-128ibm-compat: fixup subdir location of several funcsPaul E. Murphy
2020-02-21ldbl-128ibm-compat: enforce correct abi flags on internal filePaul E. Murphy
2020-02-20ldbl-128ibm-compat: Provide ieee128 symbols to narrow functionsTulio Magno Quites Machado Filho
2020-02-20Undefine redirections after long double definition on __LDBL_COMPAT [BZ #23294]Tulio Magno Quites Machado Filho
2020-02-14ldbl-128ibm-compat: Provide a scalb implementationTulio Magno Quites Machado Filho
2020-02-14Add a generic scalb implementationTulio Magno Quites Machado Filho
2020-02-14Adjust thresholds in Bessel function implementations (bug 14469).Joseph Myers
2020-02-13math/test-sinl-pseudo: Use stack protector only if availableFlorian Weimer
2020-02-12Avoid ldbl-96 stack corruption from range reduction of pseudo-zero (bug 25487).Joseph Myers
2020-02-10ldbl-128ibm-compat: set PRINTF_CHK flag in {,v}sprintf_chkPaul E. Murphy
2020-02-07Remove a comment claiming that sin/cos round correctly.Wilco Dijkstra
2020-01-17Fix maybe-uninitialized error on powerpcMatheus Castanho
2020-01-03Add libm_alias_finite for _finite symbolsWilco Dijkstra
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-12-27ldbl-128ibm-compat: Do not mix -mabi=*longdouble and -mlong-double-128Gabriel F. T. Gomes
2019-12-27ldbl-128ibm-compat: Compiler flags for stdio functionsTulio Magno Quites Machado Filho
2019-12-27Do not redirect calls to __GI_* symbols, when redirecting to *ieee128Tulio Magno Quites Machado Filho
2019-12-23Avoid compat symbols for totalorder in powerpc64le IEEE long doubleGabriel F. T. Gomes
2019-12-23ldbl-128ibm-compat: Add *cvt functionsGabriel F. T. Gomes
2019-12-13ldbl-128ibm-compat: Add ISO C99 versions of scanf functionsGabriel F. T. Gomes
2019-12-13ldbl-128ibm-compat: Fix selection of GNU and ISO C99 scanfGabriel F. T. Gomes
2019-12-11Adjust s_copysignl.c regarding code style.Stefan Liebler
2019-12-11Adjust s_ceilf.c and s_ceill.c regarding code style.Stefan Liebler
2019-12-11Adjust s_floorf.c and s_floorl.c regarding code style.Stefan Liebler
2019-12-11Adjust s_rintf.c and s_rintl.c regarding code style.Stefan Liebler
2019-12-11Adjust s_nearbyintf.c and s_nearbyintl.c regarding code style.Stefan Liebler
2019-12-11Use GCC builtins for copysign functions if desired.Stefan Liebler
2019-12-11Use GCC builtins for round functions if desired.Stefan Liebler
2019-12-11Use GCC builtins for trunc functions if desired.Stefan Liebler
2019-12-11Use GCC builtins for ceil functions if desired.Stefan Liebler
2019-12-11Use GCC builtins for floor functions if desired.Stefan Liebler
2019-12-11Use GCC builtins for rint functions if desired.Stefan Liebler
2019-12-11Use GCC builtins for nearbyint functions if desired.Stefan Liebler
2019-12-11Always use wordsize-64 version of s_round.c.Stefan Liebler
2019-12-11Always use wordsize-64 version of s_trunc.c.Stefan Liebler