summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/e_acosf.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/msun/src/e_acosf.c')
-rw-r--r--lib/msun/src/e_acosf.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/msun/src/e_acosf.c b/lib/msun/src/e_acosf.c
index 7a9d0d5..7fbf3b2 100644
--- a/lib/msun/src/e_acosf.c
+++ b/lib/msun/src/e_acosf.c
@@ -22,8 +22,10 @@ __FBSDID("$FreeBSD$");
static const float
one = 1.0000000000e+00, /* 0x3F800000 */
pi = 3.1415925026e+00, /* 0x40490fda */
-pio2_hi = 1.5707962513e+00, /* 0x3fc90fda */
-pio2_lo = 7.5497894159e-08, /* 0x33a22168 */
+pio2_hi = 1.5707962513e+00; /* 0x3fc90fda */
+static volatile float
+pio2_lo = 7.5497894159e-08; /* 0x33a22168 */
+static const float
pS0 = 1.6666667163e-01, /* 0x3e2aaaab */
pS1 = -3.2556581497e-01, /* 0xbea6b090 */
pS2 = 2.0121252537e-01, /* 0x3e4e0aa8 */
OpenPOWER on IntegriCloud