]> git.proxmox.com Git - wasi-libc.git/blob - libc-top-half/musl/src/math/i386/log2.s
WASI libc prototype implementation.
[wasi-libc.git] / libc-top-half / musl / src / math / i386 / log2.s
1 .global log2
2 .type log2,@function
3 log2:
4 fld1
5 fldl 4(%esp)
6 fyl2x
7 ret