root/src/system/libroot/posix/musl/math/x86/log2l.s
.global log2l
.type log2l,@function
log2l:
        fld1
        fldt 4(%esp)
        fyl2x
        ret