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