math: x86_64 version of expl, fixed some comments in the i386 version
[musl] / src / math / x86_64 / log10l.s
1 .global log10l
2 .type log10l,@function
3 log10l:
4         fldlg2
5         fldt 8(%rsp)
6         fyl2x
7         ret