summaryrefslogblamecommitdiff
path: root/src/math/x86_64/lrintl.s
blob: 0e2c771240f83bc4082a664843d4b5fe707ee685 (plain) (tree)
1
2
3
4
5
6
7




                      
                           
           
.global lrintl
.type lrintl,@function
lrintl:
	fldt 8(%rsp)
	fistpl 8(%rsp)
	movslq 8(%rsp),%rax
	ret