]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Remove unnecessary local variable mptwo
authorSiddhesh Poyarekar <siddhesh@redhat.com>
Mon, 14 Jan 2013 15:53:47 +0000 (21:23 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Mon, 14 Jan 2013 15:53:47 +0000 (21:23 +0530)
ChangeLog
sysdeps/powerpc/powerpc32/power4/fpu/mpa.c
sysdeps/powerpc/powerpc64/power4/fpu/mpa.c

index 68b5d321f60b2e4ff317e57a98c6fe120ca38ead..8c893229da0236f3a5460860c352d7b66b2e82ab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
+
+       * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
+       local variable MPTWO.
+       * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
+       Likewise.
+
 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
 
        * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
index 9fcaa763cc7467b025cf9d8ec95d0ccfe8b9aefd..11404ab8b81b7a46cae702a938da951758bda99f 100644 (file)
@@ -450,10 +450,6 @@ void __inv(const mp_no *x, mp_no *y, int p) {
   mp_no z,w;
   static const int np1[] = {0,0,0,0,1,2,2,2,2,3,3,3,3,3,3,3,3,3,
                             4,4,4,4,4,4,4,4,4,4,4,4,4,4,4};
-  const mp_no mptwo = {1,{1.0,2.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,
-                         0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,
-                         0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,
-                         0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0}};
 
   __cpy(x,&z,p);  z.e=0;  __mp_dbl(&z,&t,p);
   t=ONE/t;   __dbl_mp(t,y,p);    EY -= EX;
index 9fcaa763cc7467b025cf9d8ec95d0ccfe8b9aefd..11404ab8b81b7a46cae702a938da951758bda99f 100644 (file)
@@ -450,10 +450,6 @@ void __inv(const mp_no *x, mp_no *y, int p) {
   mp_no z,w;
   static const int np1[] = {0,0,0,0,1,2,2,2,2,3,3,3,3,3,3,3,3,3,
                             4,4,4,4,4,4,4,4,4,4,4,4,4,4,4};
-  const mp_no mptwo = {1,{1.0,2.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,
-                         0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,
-                         0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,
-                         0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0}};
 
   __cpy(x,&z,p);  z.e=0;  __mp_dbl(&z,&t,p);
   t=ONE/t;   __dbl_mp(t,y,p);    EY -= EX;