X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Flog2l.c;h=345b395daf6eafd340122c0c35b96ca6f6c4ee5b;hb=697acde67e0da4d73b46445ed536fe9923d515c7;hp=76a7aacd9d6e46a0f8f8ffbf8eb9fc51b6373d46;hpb=37aa7f7301d6526c14635375886acd881b471f6c;p=musl diff --git a/src/math/log2l.c b/src/math/log2l.c index 76a7aacd..345b395d 100644 --- a/src/math/log2l.c +++ b/src/math/log2l.c @@ -108,8 +108,7 @@ static const long double S[4] = { long double log2l(long double x) { - long double z; - long double y; + long double y, z; int e; if (isnan(x))