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

7 lines
71 B
ArmAsm

.global rintl
.type rintl,@function
rintl:
fldt 8(%rsp)
frndint
ret