about summary refs log tree commit diff
path: root/sysdeps/ieee754
Commit message (Expand)AuthorAgeFilesLines
* [PATCH 7/7] sin/cos slow paths: refactor sincos implementationWilco Dijkstra2018-04-032-45/+52
* [PATCH 6/7] sin/cos slow paths: refactor duplicated code into dosinWilco Dijkstra2018-04-031-27/+13
* [PATCH 5/7] sin/cos slow paths: remove unused slowpath functionsWilco Dijkstra2018-04-031-444/+3
* [PATCH 4/7] sin/cos slow paths: remove slow paths from huge range reductionWilco Dijkstra2018-04-032-64/+34
* [PATCH 3/7] sin/cos slow paths: remove slow paths from small range reductionWilco Dijkstra2018-04-032-53/+47
* [PATCH 2/7] sin/cos slow paths: remove large range reductionWilco Dijkstra2018-04-032-103/+2
* [PATCH 1/7] sin/cos slow paths: avoid slow paths for small inputsWilco Dijkstra2018-04-031-26/+14
* Add narrowing subtract functions.Joseph Myers2018-03-2021-2/+542
* Rename all __ieee754_sqrt(f/l) calls to sqrt(f/l)Wilco Dijkstra2018-03-1544-97/+96
* nldbl-compat.c: Include math.h before nldbl-compat.h.Zack Weinberg2018-03-111-0/+1
* Don't include math.h/math_private.h in math_ldbl_opt.h.Zack Weinberg2018-03-1015-3/+19
* 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