]> git.proxmox.com Git - wasi-libc.git/blob - libc-top-half/musl/src/math/i386/log.s
Update to musl 1.2.0.
[wasi-libc.git] / libc-top-half / musl / src / math / i386 / log.s
1 .global log
2 .type log,@function
3 log:
4 fldln2
5 fldl 4(%esp)
6 fyl2x
7 fstpl 4(%esp)
8 fldl 4(%esp)
9 ret