math: move x86_64 exp2l implementation to exp2l.s from expl.s
[musl] / src / math / i386 / log2l.s
1 .global log2l
2 .type log2l,@function
3 log2l:
4         fld1
5         fldt 4(%esp)
6         fyl2x
7         ret