change jmp_buf to share an underlying type and struct tag with sigjmp_buf
[musl] / src / math / i386 / log2.s
1 .global log2
2 .type log2,@function
3 log2:
4         fld1
5         fldl 4(%esp)
6         fyl2x
7         ret