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