move invariant netinet/in.h stuff out of bits/in.h
[musl] / src / math / i386 / e_logf.s
1 .global logf
2 .type logf,@function
3 logf:
4         fldln2
5         flds 4(%esp)
6         fyl2x
7         ret