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