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