1.global lrintl
2.type lrintl,@function
3lrintl:
4	.cfi_startproc
5	fldt 8(%rsp)
6	fistpll 8(%rsp)
7	mov 8(%rsp),%rax
8	ret
9	.cfi_endproc
10