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