[Gmp-commit] /home/hgfiles/gmp: Add forgotten file.

mercurial at gmplib.org mercurial at gmplib.org
Mon Dec 21 15:23:00 CET 2009


details:   /home/hgfiles/gmp/rev/335c26e675a3
changeset: 13158:335c26e675a3
user:      Marco Bodrato <bodrato at mail.dm.unipi.it>
date:      Mon Dec 21 15:22:54 2009 +0100
description:
Add forgotten file.

diffstat:

 tests/mpn/t-toom6h.c |  7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 62c33581e638 -r 335c26e675a3 tests/mpn/t-toom6h.c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/mpn/t-toom6h.c	Mon Dec 21 15:22:54 2009 +0100
@@ -0,0 +1,7 @@
+#define mpn_toomMN_mul mpn_toom6h_mul
+#define mpn_toomMN_mul_itch mpn_toom6h_mul_itch
+
+#define MIN_AN 46
+#define MIN_BN(an) (MAX ((an*3)>>3, 42) )
+
+#include "toom-shared.h"


More information about the gmp-commit mailing list