summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2004-02-12 02:28:12 +0100
committertege <tege@gmplib.org>2004-02-12 02:28:12 +0100
commit032ce2698210511577095f9991c88e67f4be1b69 (patch)
treebf10241c9d26d639bed4f6658891781b5e5b361b /tests
parentf808aaf51b986538167b344d4a6aff3f4b08b26d (diff)
downloadgmp-032ce2698210511577095f9991c88e67f4be1b69.tar.gz
Undo unintentional change of WHACK_SCHOENHAGE.
Diffstat (limited to 'tests')
-rw-r--r--tests/mpz/t-gcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mpz/t-gcd.c b/tests/mpz/t-gcd.c
index 66b37e28e..00a978c11 100644
--- a/tests/mpz/t-gcd.c
+++ b/tests/mpz/t-gcd.c
@@ -37,7 +37,7 @@ mpz_t gcd, s, t, temp1, temp2;
/* Define this to make all operands be large enough for Schoenhage gcd
to be used. */
-#define WHACK_SCHOENHAGE 1
+#define WHACK_SCHOENHAGE 0
#if WHACK_SCHOENHAGE
#define MIN_OPERAND_SIZE (GCD_SCHOENHAGE_THRESHOLD * GMP_NUMB_BITS)