summaryrefslogtreecommitdiff
path: root/src/math/i386
AgeCommit message (Expand)AuthorLines
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
2012-03-18asm exponential functions for i386Rich Felker-0/+89
2012-03-18assembly optimizations for fmod/remainder functionsRich Felker-0/+66
2012-03-18asm versions of some simple math functions for i386 and x86_64Rich Felker-0/+36
2012-03-15remove special nan handling from x86 sqrt asmRich Felker-3/+0
2012-03-15simplify nan check in sqrt (x86 asm); result of sqrt is never negativeRich Felker-4/+3
2012-03-15avoid changing NaNs in sqrt (x86 asm) to satisfy c99 f.9 recommendationRich Felker-0/+4
2012-03-15correctly rounded sqrt() asm for x86 (i387)Rich Felker-0/+16
2012-03-13correct rounding for i387 sqrtf functionRich Felker-0/+2
2012-03-13first commit of the new libm!Rich Felker-179/+5
2011-06-26use .type directives for math asm (needed for dynamic linking to work)Rich Felker-0/+26
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+163