Port musl to x86-64. One giant commit!
[musl] / src / math / x86_64 / e_sqrtf.s
1 .global sqrtf
2 sqrtf:  sqrtss %xmm0, %xmm0
3         ret