remove sample utf-8 code that's not part of the standard library
[musl] / src / math / i386 / e_sqrtf.s
1 .global sqrtf
2 sqrtf:  flds 4(%esp)
3         fsqrt
4         ret