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