]> git.proxmox.com Git - wasi-libc.git/blob - libc-top-half/musl/src/math/x86_64/llrintf.s
WASI libc prototype implementation.
[wasi-libc.git] / libc-top-half / musl / src / math / x86_64 / llrintf.s
1 .global llrintf
2 .type llrintf,@function
3 llrintf:
4 cvtss2si %xmm0,%rax
5 ret