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

7 lines
68 B
ArmAsm

.global fabsl
.type fabsl,@function
fabsl:
fldt 8(%rsp)
fabs
ret