jehanne/sys/src/lib/jehanne/amd64/sqrt.s

6 lines
61 B
ArmAsm

.globl jehanne_sqrt
jehanne_sqrt:
sqrtsd %xmm0, %xmm0
ret