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