summaryrefslogtreecommitdiff
path: root/src/math/x86_64/llrint.s
blob: 0de0658f38a01df5641277a6c766832cc75d9ea9 (plain) (blame)
1
2
3
4
5
.global llrint
.type llrint,@function
llrint:
	cvtsd2si @xmm0,%rax
	ret