timerfd: add time64 syscall support, decouple 32-bit time_t
[musl] / src / math / i386 / logf.s
1 .global logf
2 .type logf,@function
3 logf:
4         fldln2
5         flds 4(%esp)
6         fyl2x
7         ret