error handling in dynamic linking
[musl] / src / math / x86_64 / e_sqrtf.s
1 .global sqrtf
2 sqrtf:  sqrtss %xmm0, %xmm0
3         ret