musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/math/exp2l.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/exp2l.c')
-rw-r--r--src/math/exp2l.c 2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/exp2l.c b/src/math/exp2l.c
index ce085a73..b587308f 100644
--- a/src/math/exp2l.c
+++ b/src/math/exp2l.c
@@ -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,
generated by cgit v1.2.1 (git 2.18.0) at 2025年10月08日 10:19:04 +0000

AltStyle によって変換されたページ (->オリジナル) /