summaryrefslogblamecommitdiff
path: root/src/math/x86_64/lrintf.s
blob: 488423d2173e3fdc0804391337f17971923e8e5b (plain) (tree)
1
2
3
4
5


                      
                           
           
.global lrintf
.type lrintf,@function
lrintf:
	cvtss2si %xmm0,%rax
	ret