summaryrefslogtreecommitdiff
path: root/src/math/i386/llrint.s
blob: e961b35dc0bf8d279ad9462c63475550df56f671 (plain) (blame)
1
2
3
4
5
6
7
8
.global llrint
.type llrint,@function
llrint:
	fldl 4(%esp)
	fistpl 4(%esp)
	mov 4(%esp),%eax
	mov 8(%esp),%edx
	ret