math: x86_64 version of expl, fixed some comments in the i386 version
[musl] / src / math / x86_64 / sqrt.s
1 .global sqrt
2 .type sqrt,@function
3 sqrt:   sqrtsd %xmm0, %xmm0
4         ret