fix loads of missing const in new libm, and some global vars (?!) in powl

This commit is contained in:
Rich Felker
2012-03-18 01:58:28 -04:00
parent 8e092217dd
commit 9e2a895aaa
20 changed files with 51 additions and 51 deletions

View File

@ -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,