about summary refs log tree commit diff
path: root/sysdeps/ieee754
Commit message (Expand)AuthorAgeFilesLines
* Mechanically remove _IO_ name aliases for types and constants.Zack Weinberg2018-02-212-3/+2
* Remove mplog and mpexpWilco Dijkstra2018-02-154-260/+0
* Remove slow paths from expSzabolcs Nagy2018-02-123-133/+18
* Remove slow paths from powWilco Dijkstra2018-02-125-453/+40
* Add narrowing add functions.Joseph Myers2018-02-1021-1/+549
* Add test infrastructure for narrowing libm functions.Joseph Myers2018-02-092-0/+4
* Add build infrastructure for narrowing libm functions.Joseph Myers2018-02-091-0/+17
* Post-cleanup 2: minimize _G_config.h.Zack Weinberg2018-02-071-6/+7
* Remove slow paths from logWilco Dijkstra2018-02-072-205/+16
* Move LDBL_CLASSIFY_COMPAT to its own header.Joseph Myers2018-02-016-6/+12
* Fix -Os log1p, log1pf build (bug 21314).Carlos O'Donell2018-02-012-3/+26
* Fix ldbl-128ibm log1pl (-qNaN) spurious "invalid" exception (bug 22693).Joseph Myers2018-01-101-2/+2
* Fix ldbl-128ibm lrintl, lroundl missing "invalid" exceptions (bug 22690).Joseph Myers2018-01-102-12/+12
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-01322-322/+322
* Avoid signed shift overflow in pow (bug 21309).Bernd Edlinger2017-12-191-1/+2
* Revert exp reimplementation (causes test failures).Joseph Myers2017-12-194-471/+270
* Improve __ieee754_exp() performance by greater than 5x on sparc/x86.Patrick McGehearty2017-12-194-270/+471
* New generic sincosfRajalakshmi Srinivasaraghavan2017-12-164-237/+297
* Add sysdeps/ieee754/soft-fp.Joseph Myers2017-12-124-0/+205
* New generic cosfPaul Clarke2017-12-111-40/+214
* Don't make local variables static in ldbl-96 j1l.Joseph Myers2017-12-061-1/+1
* Make some ldbl-128, ldbl-128ibm arrays const.Joseph Myers2017-12-064-8/+8
* math: Use sign as double for reduced case in sinfAdhemerval Zanella2017-12-051-2/+2
* [PATCH] fix sinf(NAN)Szabolcs Nagy2017-12-051-3/+3
* Support _Float64, _Float32x in libm_alias_double.Joseph Myers2017-12-051-1/+18
* s_sinf.c: Replace floor with simple castsH.J. Lu2017-12-051-6/+6
* Use __floor not floor in sinf.Joseph Myers2017-12-041-2/+2
* New generic sinfRajalakshmi Srinivasaraghavan2017-12-041-41/+226
* Support ldbl-opt libm_alias_double use from .S files.Joseph Myers2017-11-281-1/+1
* Add _Float64x function aliases.Joseph Myers2017-11-273-0/+13
* Use libm_alias_float128 more in sysdeps/ieee754/float128.Joseph Myers2017-11-246-6/+6
* Support _Float64x in libm_alias macros.Joseph Myers2017-11-241-6/+17
* Support strfromf64x alias.Joseph Myers2017-11-241-1/+12
* Support strtof64x, wcstof64x aliases.Joseph Myers2017-11-245-0/+77
* Support bits/floatn.h inclusion from .S files.Joseph Myers2017-11-171-21/+25
* Add bits/floatn.h defines for more _FloatN / _FloatNx types.Joseph Myers2017-10-201-0/+2
* Add _Float128 function aliases.Joseph Myers2017-10-184-1/+92
* Move some float128 symbol version definitions.Joseph Myers2017-10-161-109/+0
* Support strtof128 etc. aliases.Joseph Myers2017-10-162-0/+32
* Use libm_alias_ldouble_other in ldbl-64-128/s_nextafterl.c.Joseph Myers2017-10-131-0/+3
* Fix ldbl-opt/w_lgamma_compatl.c libm_alias_ldouble_other usage.Joseph Myers2017-10-131-5/+0
* Fix ldbl-opt/s_clog10l.c libm_alias_ldouble_other usage.Joseph Myers2017-10-131-3/+3
* Use generic alias macros in ldbl-opt.Joseph Myers2017-10-114-14/+13
* Add libm_alias_*_other_r macros.Joseph Myers2017-10-107-2/+34
* Use generic macros for lgamma_r function aliases.Joseph Myers2017-10-092-12/+0
* Remove ldbl-opt w_scalbln.c.Joseph Myers2017-10-091-5/+0
* Use libm_alias_double in ldbl-128, ldbl-96 fma.Joseph Myers2017-10-062-2/+4
* Use libm_alias_ldouble for ldbl-128 functions.Joseph Myers2017-10-0669-176/+99
* Remove redundant ldbl-64-128 files.Joseph Myers2017-10-065-38/+0
* Use libm_alias_ldouble for ldbl-96 functions.Joseph Myers2017-10-0531-30/+55