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
+1 -1
View File
@@ -38,7 +38,7 @@ P2 = 0x1.ebfbe0p-3f,
P3 = 0x1.c6b348p-5f,
P4 = 0x1.3b2c9cp-7f;
static volatile float twom100 = 0x1p-100f;
static const volatile float twom100 = 0x1p-100f;
static const double exp2ft[TBLSIZE] = {
0x1.6a09e667f3bcdp-1,