summaryrefslogtreecommitdiff
path: root/src/math/i386
AgeCommit message (Expand)AuthorFilesLines
2012-03-20optimize scalbn familyRich Felker3-7/+46
2012-03-19remquo asm: return quotient mod 8, as intended by the specRich Felker1-17/+26
2012-03-19use alternate formula for acos asm to avoid loss of precisionRich Felker1-3/+11
2012-03-19fix exp asmRich Felker1-23/+22
2012-03-19bug fix: wrong opcode for writing long longRich Felker2-2/+2
2012-03-19asm for log1pRich Felker3-0/+45
2012-03-19asm for log2Rich Felker3-0/+21
2012-03-19asm for remquoRich Felker3-0/+43
2012-03-19optimize exponential asm for i386Rich Felker2-58/+77
2012-03-19fix broken modf family functionsRich Felker3-27/+66
2012-03-19asm for modf functionsRich Felker3-0/+45
2012-03-19asm for floor/ceil/truncRich Felker9-0/+75
2012-03-19asm for scalbn familyRich Felker9-0/+64
2012-03-19asm for inverse trig functionsRich Felker12-0/+93
2012-03-18asm for log functionsRich Felker6-0/+42
2012-03-18fix broken exponential asmRich Felker2-1/+21
2012-03-18asm for lrint family on i386Rich Felker6-0/+46
2012-03-18asm exponential functions for i386Rich Felker9-0/+89
2012-03-18assembly optimizations for fmod/remainder functionsRich Felker6-0/+66
2012-03-18asm versions of some simple math functions for i386 and x86_64Rich Felker6-0/+36
2012-03-15remove special nan handling from x86 sqrt asmRich Felker1-3/+0
2012-03-15simplify nan check in sqrt (x86 asm); result of sqrt is never negativeRich Felker1-4/+3
2012-03-15avoid changing NaNs in sqrt (x86 asm) to satisfy c99 f.9 recommendationRich Felker1-0/+4
2012-03-15correctly rounded sqrt() asm for x86 (i387)Rich Felker1-0/+16
2012-03-13correct rounding for i387 sqrtf functionRich Felker1-0/+2
2012-03-13first commit of the new libm!Rich Felker25-179/+5
2011-06-26use .type directives for math asm (needed for dynamic linking to work)Rich Felker15-0/+26
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker24-0/+163