X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=src%2Fmath%2Fexp2l.c;h=b587308f309d9fe77e1cec8118211b4fe75bea72;hp=ce085a73d987a5fe212020ba575df7e660151d1b;hb=b935147761d1770bb115f09f8c28ddb4d36e1236;hpb=b69f695acedd4ce2798ef9ea28d834ceccc789bd diff --git a/src/math/exp2l.c b/src/math/exp2l.c index ce085a73..b587308f 100644 --- a/src/math/exp2l.c +++ b/src/math/exp2l.c @@ -42,7 +42,7 @@ long double exp2l(long double x) static const long double huge = 0x1p10000L; /* XXX Prevent gcc from erroneously constant folding this. */ -static volatile long double twom10000 = 0x1p-10000L; +static const volatile long double twom10000 = 0x1p-10000L; static const double redux = 0x1.8p63 / TBLSIZE,