X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmath%2Fi386%2Flog2f.s;fp=src%2Fmath%2Fi386%2Flog2f.s;h=00cdce75a0fc5997cfd883c33da578e6016235f2;hb=9d82a15e152f72ca35a11a7bb359edb4d9232999;hp=0000000000000000000000000000000000000000;hpb=27deb538896b5c3b8ceca206ec505ff834c97300;p=musl diff --git a/src/math/i386/log2f.s b/src/math/i386/log2f.s new file mode 100644 index 00000000..00cdce75 --- /dev/null +++ b/src/math/i386/log2f.s @@ -0,0 +1,7 @@ +.global log2f +.type log2f,@function +log2f: + fld1 + flds 4(%esp) + fyl2x + ret