revert mutex "optimization" that turned out to be worse
[musl] / src / math / x86_64 / e_sqrt.s
1 .global sqrt
2 sqrt:   sqrtsd %xmm0, %xmm0
3         ret