[Gmp-commit] /var/hg/gmp: Oops, I should never work early in the morning...

mercurial at gmplib.org mercurial at gmplib.org
Sun Jun 8 09:08:32 UTC 2014


details:   /var/hg/gmp/rev/d61e4d55d2ab
changeset: 16424:d61e4d55d2ab
user:      Marco Bodrato <bodrato at mail.dm.unipi.it>
date:      Sun Jun 08 11:08:26 2014 +0200
description:
Oops, I should never work early in the morning...

diffstat:

 mpn/generic/mul.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r aa7097c2b641 -r d61e4d55d2ab mpn/generic/mul.c
--- a/mpn/generic/mul.c	Sun Jun 08 05:51:40 2014 +0200
+++ b/mpn/generic/mul.c	Sun Jun 08 11:08:26 2014 +0200
@@ -282,7 +282,7 @@
 	  TMP_DECL; TMP_MARK;
 
 #define ITCH_TOOMX3 (4 * vn + GMP_NUMB_BITS)
-	  scratch = TMP_SALLOC_LIMBS (ITCH_TOOMX3);
+	  scratch = TMP_ALLOC_LIMBS (ITCH_TOOMX3);
 	  ASSERT (mpn_toom33_mul_itch ((7*vn-1)/6, vn) <= ITCH_TOOMX3); /* 7vn/2+ */
 	  ASSERT (mpn_toom43_mul_itch ((3*vn-1)/2, vn) <= ITCH_TOOMX3); /* 9vn/4+ */
 	  ASSERT (mpn_toom32_mul_itch ((7*vn-1)/4, vn) <= ITCH_TOOMX3); /* 7vn/6+ */


More information about the gmp-commit mailing list