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