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

6 lines
72 B
ArmAsm

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