cleanup utf-8 multibyte code, use visibility if possible
[musl] / src / math / x86_64 / e_sqrtf.s
1 .global sqrtf
2 sqrtf:  sqrtss %xmm0, %xmm0
3         ret