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