]> git.proxmox.com Git - wasi-libc.git/blame - 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
CommitLineData
320054e8
DG
1.global lrintf
2.type lrintf,@function
3lrintf:
4 flds 4(%esp)
5 fistpl 4(%esp)
6 mov 4(%esp),%eax
7 ret