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