math: move x86_64 exp2l implementation to exp2l.s from expl.s
[musl] / src / math / i386 / log10f.s
1 .global log10f
2 .type log10f,@function
3 log10f:
4         fldlg2
5         flds 4(%esp)
6         fyl2x
7         ret