summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/s_exp2f.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/msun/src/s_exp2f.c')
-rw-r--r--lib/msun/src/s_exp2f.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/msun/src/s_exp2f.c b/lib/msun/src/s_exp2f.c
index 1bc026a..0a6142f 100644
--- a/lib/msun/src/s_exp2f.c
+++ b/lib/msun/src/s_exp2f.c
@@ -35,13 +35,14 @@ __FBSDID("$FreeBSD$");
static const float
huge = 0x1p100f,
- twom100 = 0x1p-100f,
redux = 0x1.8p23f / TBLSIZE,
P1 = 0x1.62e430p-1f,
P2 = 0x1.ebfbe0p-3f,
P3 = 0x1.c6b348p-5f,
P4 = 0x1.3b2c9cp-7f;
+static volatile float twom100 = 0x1p-100f;
+
static const double exp2ft[TBLSIZE] = {
0x1.6a09e667f3bcdp-1,
0x1.7a11473eb0187p-1,
OpenPOWER on IntegriCloud