error handling in dynamic linking
[musl] / src / math / x86_64 / e_sqrt.s
1 .global sqrt
2 sqrt:   sqrtsd %xmm0, %xmm0
3         ret