Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/lgpl3/gmp/dist/mpn/generic PR/48419 - Henning Peter...



details:   https://anonhg.NetBSD.org/src/rev/4d10e2ce8904
branches:  trunk
changeset: 791755:4d10e2ce8904
user:      jnemeth <jnemeth%NetBSD.org@localhost>
date:      Sat Nov 30 19:05:25 2013 +0000

description:
PR/48419 - Henning Petersen -- unbalanced parenthesis

diffstat:

 external/lgpl3/gmp/dist/mpn/generic/toom_interpolate_7pts.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r f01323184a04 -r 4d10e2ce8904 external/lgpl3/gmp/dist/mpn/generic/toom_interpolate_7pts.c
--- a/external/lgpl3/gmp/dist/mpn/generic/toom_interpolate_7pts.c       Sat Nov 30 14:54:29 2013 +0000
+++ b/external/lgpl3/gmp/dist/mpn/generic/toom_interpolate_7pts.c       Sat Nov 30 19:05:25 2013 +0000
@@ -33,7 +33,7 @@
   ((((GMP_NUMB_MAX / 9) << (6 - GMP_NUMB_BITS % 6)) * 8 & GMP_NUMB_MAX) | 0x39)
 
 #define BINVERT_15 \
-  ((((GMP_NUMB_MAX >> (GMP_NUMB_BITS % 4)) / 15) * 14 * 16 & GMP_NUMB_MAX) + 15))
+  ((((GMP_NUMB_MAX >> (GMP_NUMB_BITS % 4)) / 15) * 14 * 16 & GMP_NUMB_MAX) + 15)
 
 /* For the various mpn_divexact_byN here, fall back to using either
    mpn_pi1_bdiv_q_1 or mpn_divexact_1.  The former has less overhead and is



Home | Main Index | Thread Index | Old Index