]> git.proxmox.com Git - wasi-libc.git/blob - libc-top-half/musl/src/math/i386/lrintf.s
WASI libc prototype implementation.
[wasi-libc.git] / libc-top-half / musl / src / math / i386 / lrintf.s
1 .global lrintf
2 .type lrintf,@function
3 lrintf:
4 flds 4(%esp)
5 fistpl 4(%esp)
6 mov 4(%esp),%eax
7 ret