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

6 lines
68 B
ArmAsm

.global sqrtl
.type sqrtl,@function
sqrtl: fldt 8(%rsp)
fsqrt
ret