X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=src%2Fmath%2Fexp2.c;h=08c21a66a79c701193ee645415ac6c2b4af18626;hp=bf7421ee1bf707994c06d1eefe6cf5a7aead6f52;hb=9e2a895aaaa4a3985e94ae4f3e24c1af65f9bb34;hpb=8e092217dd92ad3e95257255602c711b3304e38f diff --git a/src/math/exp2.c b/src/math/exp2.c index bf7421ee..08c21a66 100644 --- a/src/math/exp2.c +++ b/src/math/exp2.c @@ -39,7 +39,7 @@ P3 = 0x1.c6b08d704a0a6p-5, P4 = 0x1.3b2ab88f70400p-7, P5 = 0x1.5d88003875c74p-10; -static volatile double twom1000 = 0x1p-1000; +static const volatile double twom1000 = 0x1p-1000; static const double tbl[TBLSIZE * 2] = { /* exp2(z + eps) eps */