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