summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/e_log10f.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/msun/src/e_log10f.c')
-rw-r--r--lib/msun/src/e_log10f.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/msun/src/e_log10f.c b/lib/msun/src/e_log10f.c
index 4665898..c876594 100644
--- a/lib/msun/src/e_log10f.c
+++ b/lib/msun/src/e_log10f.c
@@ -32,7 +32,7 @@ static const float zero = 0.0;
float
__ieee754_log10f(float x)
{
- float f,hfsq,hi,lo,r,y,y2;
+ float f,hfsq,hi,lo,r,y;
int32_t i,k,hx;
GET_FLOAT_WORD(hx,x);
OpenPOWER on IntegriCloud