aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754
AgeCommit message (Expand)AuthorFilesLines
2024-06-10Add narrowing divide functions.Joseph Myers21-2/+541
2024-06-10Add narrowing multiply functions.Joseph Myers21-2/+541
2024-06-10Add narrowing subtract functions.Joseph Myers21-2/+542
2024-06-10Add narrowing add functions.Joseph Myers21-1/+549
2024-06-10Add build infrastructure for narrowing libm functions.Joseph Myers1-0/+17
2023-12-27-DWANT_FLOAT usage and enable float128 testsPranav Kant1-0/+127
2021-08-27math/test-sinl-pseudo: Use stack protector only if availableFlorian Weimer1-0/+2
2021-08-27Avoid ldbl-96 stack corruption from range reduction of pseudo-zero (bug 25487).Joseph Myers3-1/+55
2021-08-27[PATCH 7/7] sin/cos slow paths: refactor sincos implementationWilco Dijkstra2-45/+52
2021-08-27[PATCH 6/7] sin/cos slow paths: refactor duplicated code into dosinWilco Dijkstra1-27/+13
2021-08-27[PATCH 5/7] sin/cos slow paths: remove unused slowpath functionsWilco Dijkstra1-444/+3
2021-08-27[PATCH 4/7] sin/cos slow paths: remove slow paths from huge range reductionWilco Dijkstra2-64/+34
2021-08-27[PATCH 3/7] sin/cos slow paths: remove slow paths from small range reductionWilco Dijkstra2-53/+47
2021-08-27[PATCH 2/7] sin/cos slow paths: remove large range reductionWilco Dijkstra2-103/+2
2021-08-27[PATCH 1/7] sin/cos slow paths: avoid slow paths for small inputsWilco Dijkstra1-26/+14
2021-08-27Disable attempts to pass -mlong-double-128 to clangStan Shebs5-0/+112
2018-01-23Add workarounds for incomplete float128 support in clangStan Shebs2-1/+3
2018-01-23Make zero volatile to defeat constant-folding of 0.0/0.0Stan Shebs2-3/+5
2018-01-10Fix ldbl-128ibm log1pl (-qNaN) spurious "invalid" exception (bug 22693).Joseph Myers1-2/+2
2018-01-10Fix ldbl-128ibm lrintl, lroundl missing "invalid" exceptions (bug 22690).Joseph Myers2-12/+12
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers322-322/+322
2017-12-19Avoid signed shift overflow in pow (bug 21309).Bernd Edlinger1-1/+2
2017-12-19Revert exp reimplementation (causes test failures).Joseph Myers4-471/+270
2017-12-19Improve __ieee754_exp() performance by greater than 5x on sparc/x86.Patrick McGehearty4-270/+471
2017-12-16New generic sincosfRajalakshmi Srinivasaraghavan4-237/+297
2017-12-12Add sysdeps/ieee754/soft-fp.Joseph Myers4-0/+205
2017-12-11New generic cosfPaul Clarke1-40/+214
2017-12-06Don't make local variables static in ldbl-96 j1l.Joseph Myers1-1/+1
2017-12-06Make some ldbl-128, ldbl-128ibm arrays const.Joseph Myers4-8/+8
2017-12-05math: Use sign as double for reduced case in sinfAdhemerval Zanella1-2/+2
2017-12-05[PATCH] fix sinf(NAN)Szabolcs Nagy1-3/+3
2017-12-05Support _Float64, _Float32x in libm_alias_double.Joseph Myers1-1/+18
2017-12-05s_sinf.c: Replace floor with simple castsH.J. Lu1-6/+6
2017-12-04Use __floor not floor in sinf.Joseph Myers1-2/+2
2017-12-04New generic sinfRajalakshmi Srinivasaraghavan1-41/+226
2017-11-28Support ldbl-opt libm_alias_double use from .S files.Joseph Myers1-1/+1
2017-11-27Add _Float64x function aliases.Joseph Myers3-0/+13
2017-11-24Use libm_alias_float128 more in sysdeps/ieee754/float128.Joseph Myers6-6/+6
2017-11-24Support _Float64x in libm_alias macros.Joseph Myers1-6/+17
2017-11-24Support strfromf64x alias.Joseph Myers1-1/+12
2017-11-24Support strtof64x, wcstof64x aliases.Joseph Myers5-0/+77
2017-11-17Support bits/floatn.h inclusion from .S files.Joseph Myers1-21/+25
2017-10-20Add bits/floatn.h defines for more _FloatN / _FloatNx types.Joseph Myers1-0/+2
2017-10-18Add _Float128 function aliases.Joseph Myers4-1/+92
2017-10-16Move some float128 symbol version definitions.Joseph Myers1-109/+0
2017-10-16Support strtof128 etc. aliases.Joseph Myers2-0/+32
2017-10-13Use libm_alias_ldouble_other in ldbl-64-128/s_nextafterl.c.Joseph Myers1-0/+3
2017-10-13Fix ldbl-opt/w_lgamma_compatl.c libm_alias_ldouble_other usage.Joseph Myers1-5/+0
2017-10-13Fix ldbl-opt/s_clog10l.c libm_alias_ldouble_other usage.Joseph Myers1-3/+3
2017-10-11Use generic alias macros in ldbl-opt.Joseph Myers4-14/+13