[Gmp-commit] /home/hgfiles/gmp: Recompile Toom-{6, 8}half when tuning.

mercurial at gmplib.org mercurial at gmplib.org
Sat Dec 26 12:39:19 CET 2009


details:   /home/hgfiles/gmp/rev/2f7eab694ee9
changeset: 13224:2f7eab694ee9
user:      Marco Bodrato <bodrato at mail.dm.unipi.it>
date:      Sat Dec 26 12:39:10 2009 +0100
description:
Recompile Toom-{6,8}half when tuning.

diffstat:

 ChangeLog        |  2 ++
 tune/Makefile.am |  4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r 167449896618 -r 2f7eab694ee9 ChangeLog
--- a/ChangeLog	Sat Dec 26 11:33:00 2009 +0100
+++ b/ChangeLog	Sat Dec 26 12:39:10 2009 +0100
@@ -1,5 +1,7 @@
 2009-12-26  Marco Bodrato <bodrato at mail.dm.unipi.it>
 
+	* tune/Makefile.am (TUNE_MPN_SRCS_BASIC): Add new toom files (spotted by Torbjorn).
+
 	* gmp-impl.h (mpn_toom6_sqr_itch): Rename to mpn_toom6_mul_n_itch and redefine.
 	(mpn_toom8_sqr_itch): Rename to mpn_toom8_mul_n_itch and redefine.
 	* mpn/generic/mul_n.c: Use renamed _itch macros.
diff -r 167449896618 -r 2f7eab694ee9 tune/Makefile.am
--- a/tune/Makefile.am	Sat Dec 26 11:33:00 2009 +0100
+++ b/tune/Makefile.am	Sat Dec 26 12:39:10 2009 +0100
@@ -126,8 +126,8 @@
   dcpi1_div_qr.c dcpi1_divappr_q.c dcpi1_bdiv_qr.c dcpi1_bdiv_q.c	\
   invertappr.c invert.c binvert.c divrem_2.c gcd.c gcdext.c		\
   get_str.c set_str.c matrix22_mul.c hgcd.c mul_n.c sqr_n.c		\
-  mullo_n.c mul_fft.c mul.c tdiv_qr.c mulmod_bnm1.c nussbaumer_mul.c	\
-  sqrmod_bnm1.c								\
+  mullo_n.c mul_fft.c mul.c tdiv_qr.c mulmod_bnm1.c sqrmod_bnm1.c	\
+  nussbaumer_mul.c toom6h_mul.c toom8h_mul.c toom6_sqr.c toom8_sqr.c	\
   toom22_mul.c toom2_sqr.c toom33_mul.c toom3_sqr.c toom44_mul.c toom4_sqr.c
 
 $(TUNE_MPN_SRCS_BASIC):


More information about the gmp-commit mailing list