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

6 lines
75 B
ArmAsm

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