math: x86_64 version of expl, fixed some comments in the i386 version
[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