]> git.proxmox.com Git - wasi-libc.git/blob - libc-top-half/musl/src/math/i386/fabsl.s
Add basic emulation of getcwd/chdir (#214)
[wasi-libc.git] / libc-top-half / musl / src / math / i386 / fabsl.s
1 .global fabsl
2 .type fabsl,@function
3 fabsl:
4 fldt 4(%esp)
5 fabs
6 ret