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