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