summaryrefslogtreecommitdiff
path: root/src/math
AgeCommit message (Expand)AuthorFilesLines
2020-02-21math: fix sinh overflows in non-nearest roundingSzabolcs Nagy6-8/+10
2020-02-21math: fix __rem_pio2 in non-nearest rounding modesSzabolcs Nagy3-3/+41
2020-02-06remove i386 asm for single and double precision exp-family functionsRich Felker9-62/+3
2020-02-06rename i386 exp.s to exp_ld.sRich Felker2-0/+1
2020-02-06fix excess precision in return value of i386 log-family functionsRich Felker8-0/+20
2020-02-06fix excess precision in return value of i386 acos[f] and asin[f]Rich Felker6-42/+75
2020-02-06fix excess precision in return value of i386 atan[2][f]Rich Felker4-2/+8
2020-01-27math/x32: correct lrintl.s for 32-bit longAlexander Monakov1-2/+2
2019-11-05ppc: add configure check for older compilers erroring on 'd' constraintrofl0r2-2/+2
2019-10-14mips: add single-instruction math functionsinfo@mobile-stream.com4-0/+64
2019-10-13math: fix signed int left shift ub in sqrtSzabolcs Nagy2-4/+2
2019-09-27math: optimize lrint on 32bit targetsSzabolcs Nagy1-1/+27
2019-08-05fix build regression in i386 asm for atan2, atan2fRich Felker2-2/+2
2019-08-05fix x87 stack imbalance in corner cases of i386 math asmRich Felker8-44/+14
2019-06-14add riscv64 architecture supportRich Felker12-0/+180
2019-04-17math: new powSzabolcs Nagy3-303/+520
2019-04-17math: new exp and exp2Szabolcs Nagy4-480/+434
2019-04-17math: new log2Szabolcs Nagy3-106/+335
2019-04-17math: new logSzabolcs Nagy3-104/+454
2019-04-17math: new powfSzabolcs Nagy3-240/+226
2019-04-17math: new exp2f and expfSzabolcs Nagy4-179/+177
2019-04-17math: new log2fSzabolcs Nagy3-58/+108
2019-04-17math: new logfSzabolcs Nagy3-54/+109
2019-04-17math: add double precision error handling functionsSzabolcs Nagy5-0/+30
2019-04-17math: add single precision error handling functionsSzabolcs Nagy5-0/+30
2019-04-03fix unintended global symbols in atanl.cDan Gohman1-3/+3
2018-10-15x86_64: add single instruction fmaSzabolcs Nagy4-0/+92
2018-10-15arm: add single instruction fmaSzabolcs Nagy2-0/+30
2018-10-15powerpc: add single instruction fabs, fabsf, fma, fmaf, sqrt, sqrtfSzabolcs Nagy6-0/+90
2018-10-15s390x: add single instruction fma and fmafSzabolcs Nagy2-0/+14
2018-09-12reduce spurious inclusion of libc.hRich Felker9-9/+0
2018-09-12apply hidden visibility to various remaining internal interfacesRich Felker1-0/+2
2018-09-12apply hidden visibility to internal math functionsRich Felker1-2/+2
2018-09-12move lgamma-related internal declarations to libm.hRich Felker4-12/+3
2018-06-14add support for m68k 80-bit long double variantRich Felker1-2/+10
2018-04-02fix fmaf wrong resultSzabolcs Nagy1-1/+1
2017-10-13math: rewrite fma with mostly int arithmeticsSzabolcs Nagy1-431/+154
2017-06-23powerpc64: add single-instruction math functionsRich Felker22-0/+290
2017-06-23s390x: add single-instruction math functionsRich Felker24-0/+360
2017-04-21fix scalbn when result is in the subnormal rangeSzabolcs Nagy3-12/+14
2017-03-21aarch64: add single instruction math functionsSzabolcs Nagy34-24/+226
2017-03-15fix threshold constants in j0f, y0f, j1f, y1fSzabolcs Nagy2-13/+12
2016-10-20math: fix pow signed shift ubSzabolcs Nagy1-2/+2
2016-08-30math: fix 128bit long double inverse trigonometric functionsSzabolcs Nagy1-1/+1
2016-03-04math: fix expf(-NAN) and exp2f(-NAN) to return -NAN instead of 0Szabolcs Nagy2-0/+4
2016-02-19work around regression building for armhf with clang (compiler bug)Rich Felker2-2/+2
2016-02-18improve macro logic for enabling arm math asmRich Felker2-2/+2
2016-01-20replace armhf math asm source files with inline asmRich Felker16-40/+60
2015-11-21math: explicitly promote expressions to excess-precision typesRich Felker3-4/+4
2015-11-10explicitly assemble all arm asm sources as UALRich Felker4-0/+4