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

5 lines
65 B
ArmAsm

.global sqrt
.type sqrt,@function
sqrt: sqrtsd %xmm0, %xmm0
ret