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