X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fi386%2Flog10.s;h=120e91ece873690dd1a931dfd0d16d62551c1bc0;hb=2b754a542492f5878608a1130e00021ae02a0e34;hp=28eb5b2f913a03a3180d2bc1ef18e26e3c425a9d;hpb=0627e58af8514967372a8ff703e7a86c2571acc2;p=musl diff --git a/src/math/i386/log10.s b/src/math/i386/log10.s index 28eb5b2f..120e91ec 100644 --- a/src/math/i386/log10.s +++ b/src/math/i386/log10.s @@ -4,4 +4,6 @@ log10: fldlg2 fldl 4(%esp) fyl2x + fstpl 4(%esp) + fldl 4(%esp) ret