summaryrefslogtreecommitdiff
path: root/src/math/i386
AgeCommit message (Expand)AuthorLines
2020-03-24math: move x87-family fmod functions to C with inline asmAlexander Monakov-33/+29
2020-03-24math: move x87-family remainder functions to C with inline asmAlexander Monakov-39/+33
2020-03-24math: move x87-family rint functions to C with inline asmAlexander Monakov-18/+21
2020-03-24math: move x87-family lrint functions to C with inline asmAlexander Monakov-46/+48
2020-03-24math: move i386 sqrt to C with inline asmAlexander Monakov-21/+15
2020-03-24math: move i386 sqrtf to C with inline asmAlexander Monakov-7/+12
2020-03-24math: move trivial x86-family sqrt functions to C with inline asmAlexander Monakov-5/+7
2020-03-24math: move x87-family fabs functions to C with inline asmAlexander Monakov-18/+21
2020-02-06remove i386 asm for single and double precision exp-family functionsRich Felker-62/+3
2020-02-06rename i386 exp.s to exp_ld.sRich Felker-0/+1
2020-02-06fix excess precision in return value of i386 log-family functionsRich Felker-0/+20
2020-02-06fix excess precision in return value of i386 acos[f] and asin[f]Rich Felker-42/+75
2020-02-06fix excess precision in return value of i386 atan[2][f]Rich Felker-2/+8
2019-08-05fix build regression in i386 asm for atan2, atan2fRich Felker-2/+2
2019-08-05fix x87 stack imbalance in corner cases of i386 math asmRich Felker-44/+14
2015-04-18remove the last of possible-textrels from i386 asmRich Felker-1/+5
2014-11-05math: use fnstsw consistently instead of fstsw in x87 asmSzabolcs Nagy-7/+7
2014-01-08math: add drem and dremf weak aliases to i386 remainder asmSzabolcs Nagy-0/+6
2013-09-05math: fix exp2l asm on x86 (raise underflow correctly)Szabolcs Nagy-32/+38
2013-08-15math: fix i386 atan2.s to raise underflow for subnormal resultsSzabolcs Nagy-2/+24
2013-08-15math: fix x86 asin, atan, exp, log1p to raise underflowSzabolcs Nagy-3/+98
2013-08-15math: fix x86 expl.s to raise underflow and clean up special case handlingSzabolcs Nagy-23/+16
2012-12-16math: x86_64 version of expl, fixed some comments in the i386 versionSzabolcs Nagy-4/+4
2012-12-14math: fix i386/expl.s with more precise x*log2eSzabolcs Nagy-7/+107
2012-12-12math: add empty __invtrigl.s to i386 and x86_64Szabolcs Nagy-0/+0
2012-08-08math: fix exp.s on i386 and x86_64 so the exception flags are correctnsz-21/+18
2012-05-07some assemblers don't like fistpq; use the alt. mnemonic fistpllRich Felker-3/+3
2012-05-05math: change the formula used for acos.snsz-10/+8
2012-04-04math: fix x86 asin accuracynsz-2/+3
2012-03-29math: remove x86 modf asmnsz-84/+0
2012-03-27math: fix typo in i386 remquof and remquol asmnsz-5/+5
2012-03-23asm for hypot and hypotfRich Felker-0/+87
2012-03-22acos.s fix: use the formula acos(x) = atan2(sqrt(1-x),sqrt(1+x))nsz-3/+1
2012-03-20optimize scalbn familyRich Felker-7/+46
2012-03-19remquo asm: return quotient mod 8, as intended by the specRich Felker-17/+26
2012-03-19use alternate formula for acos asm to avoid loss of precisionRich Felker-3/+11
2012-03-19fix exp asmRich Felker-23/+22
2012-03-19bug fix: wrong opcode for writing long longRich Felker-2/+2
2012-03-19asm for log1pRich Felker-0/+45
2012-03-19asm for log2Rich Felker-0/+21
2012-03-19asm for remquoRich Felker-0/+43
2012-03-19optimize exponential asm for i386Rich Felker-58/+77
2012-03-19fix broken modf family functionsRich Felker-27/+66
2012-03-19asm for modf functionsRich Felker-0/+45
2012-03-19asm for floor/ceil/truncRich Felker-0/+75
2012-03-19asm for scalbn familyRich Felker-0/+64
2012-03-19asm for inverse trig functionsRich Felker-0/+93
2012-03-18asm for log functionsRich Felker-0/+42
2012-03-18fix broken exponential asmRich Felker-1/+21
2012-03-18asm for lrint family on i386Rich Felker-0/+46