64de7d6adc20026b04019d8fe3a11de83802ade3
[musl] / src / math / x86_64 / e_sqrt.s
1 .global sqrt
2 sqrt:   sqrtsd %xmm0, %xmm0
3         ret