math: move x86_64 exp2l implementation to exp2l.s from expl.s
[musl] / src / math / x86_64 / sqrtf.s
1 .global sqrtf
2 .type sqrtf,@function
3 sqrtf:  sqrtss %xmm0, %xmm0
4         ret