summaryrefslogtreecommitdiff
path: root/src/math/i386
AgeCommit message (Expand)AuthorLines
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