remquo asm: return quotient mod 8, as intended by the spec
[musl] / src / math / i386 / log10.s
1 .global log10
2 .type log10,@function
3 log10:
4         fldlg2
5         fldl 4(%esp)
6         fyl2x
7         ret