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