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