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