summaryrefslogtreecommitdiff
path: root/src/math/i386/log10.s
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2012-03-18 23:17:28 -0400
committerRich Felker <dalias@aerifal.cx>2012-03-18 23:17:28 -0400
commitaa1b4dff45788f8205e32ea01da243fe09568aa8 (patch)
tree2fb4aa7cf4e3b9ead26ac895d4a22794144f59dd /src/math/i386/log10.s
parent37eb14dd2b92c51404fa54f56b6dfcd487ab5cbb (diff)
downloadmusl-aa1b4dff45788f8205e32ea01da243fe09568aa8.tar.gz
fix broken exponential asm
infinities were getting converted into nans. the new code simply tests for infinity and replaces it with a large magnitude value of the same sign. also, the fcomi instruction is apparently not part of the i387 instruction set, so avoid using it.
Diffstat (limited to 'src/math/i386/log10.s')
0 files changed, 0 insertions, 0 deletions