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