BizHawk/waterbox/libc/functions/math/x86_64/llrint.s

6 lines
72 B
ArmAsm

.global llrint
.type llrint,@function
llrint:
cvtsd2si %xmm0,%rax
ret