summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2008-09-15 15:11:02 +0200
committerNiels Möller <nisse@lysator.liu.se>2008-09-15 15:11:02 +0200
commit90dfb1c6787f15642d7237b820e1c61172320b50 (patch)
treea797c3a72358155c575e61fce86da73637748669
parent2da808c1ba79f8f2af41e7068984d88561c2c7bc (diff)
downloadgmp-90dfb1c6787f15642d7237b820e1c61172320b50.tar.gz
Removed GCDEXT_THRESHOLD
-rw-r--r--mpn/alpha/ev6/nails/gmp-mparam.h1
-rw-r--r--mpn/arm/gmp-mparam.h1
-rw-r--r--mpn/cray/gmp-mparam.h1
-rw-r--r--mpn/cray/ieee/gmp-mparam.h1
-rw-r--r--mpn/m68k/gmp-mparam.h1
-rw-r--r--mpn/mips32/gmp-mparam.h1
-rw-r--r--mpn/mips64/gmp-mparam.h1
-rw-r--r--mpn/pa32/gmp-mparam.h1
-rw-r--r--mpn/pa32/hppa1_1/gmp-mparam.h1
-rw-r--r--mpn/pa32/hppa2_0/gmp-mparam.h1
-rw-r--r--mpn/pa64/gmp-mparam.h1
-rw-r--r--mpn/power/gmp-mparam.h1
-rw-r--r--mpn/powerpc32/750/gmp-mparam.h1
-rw-r--r--mpn/powerpc32/gmp-mparam.h1
-rw-r--r--mpn/powerpc64/gmp-mparam.h1
-rw-r--r--mpn/s390/gmp-mparam.h1
-rw-r--r--mpn/sparc32/gmp-mparam.h1
-rw-r--r--mpn/sparc32/v8/gmp-mparam.h1
-rw-r--r--mpn/sparc32/v8/supersparc/gmp-mparam.h1
-rw-r--r--mpn/sparc32/v9/gmp-mparam.h1
-rw-r--r--mpn/sparc64/gmp-mparam.h1
-rw-r--r--mpn/vax/gmp-mparam.h1
-rw-r--r--mpn/x86/i486/gmp-mparam.h1
-rw-r--r--mpn/x86/k6/gmp-mparam.h1
-rw-r--r--mpn/x86/p6/gmp-mparam.h1
-rw-r--r--mpn/x86/pentium/gmp-mparam.h1
26 files changed, 0 insertions, 26 deletions
diff --git a/mpn/alpha/ev6/nails/gmp-mparam.h b/mpn/alpha/ev6/nails/gmp-mparam.h
index 6de7ea1a5..1bc93b52c 100644
--- a/mpn/alpha/ev6/nails/gmp-mparam.h
+++ b/mpn/alpha/ev6/nails/gmp-mparam.h
@@ -37,7 +37,6 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
#define HGCD_THRESHOLD 78
#define GCD_ACCEL_THRESHOLD 3
#define GCD_DC_THRESHOLD 392
-#define GCDEXT_THRESHOLD 0 /* always */
#define JACOBI_BASE_METHOD 1
#define DIVREM_1_NORM_THRESHOLD MP_SIZE_T_MAX /* no preinv with nails */
diff --git a/mpn/arm/gmp-mparam.h b/mpn/arm/gmp-mparam.h
index a142605fb..80b6ff8ee 100644
--- a/mpn/arm/gmp-mparam.h
+++ b/mpn/arm/gmp-mparam.h
@@ -37,7 +37,6 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
#define POWM_THRESHOLD 150
#define GCD_ACCEL_THRESHOLD 3
-#define GCDEXT_THRESHOLD 0
#define JACOBI_BASE_METHOD 2
#define DIVREM_1_NORM_THRESHOLD 0 /* preinv always */
diff --git a/mpn/cray/gmp-mparam.h b/mpn/cray/gmp-mparam.h
index 2eec00e59..72dcb627d 100644
--- a/mpn/cray/gmp-mparam.h
+++ b/mpn/cray/gmp-mparam.h
@@ -44,7 +44,6 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
#define HGCD_THRESHOLD 964
#define GCD_ACCEL_THRESHOLD 3
#define GCD_DC_THRESHOLD 2874
-#define GCDEXT_THRESHOLD 6
#define JACOBI_BASE_METHOD 2
#define DIVREM_1_NORM_THRESHOLD 0 /* preinv always */
diff --git a/mpn/cray/ieee/gmp-mparam.h b/mpn/cray/ieee/gmp-mparam.h
index f7975c4dd..03d655c81 100644
--- a/mpn/cray/ieee/gmp-mparam.h
+++ b/mpn/cray/ieee/gmp-mparam.h
@@ -37,7 +37,6 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
#define HGCD_THRESHOLD 964
#define GCD_ACCEL_THRESHOLD 3
#define GCD_DC_THRESHOLD 964
-#define GCDEXT_THRESHOLD 0 /* always */
#define JACOBI_BASE_METHOD 2
#define DIVREM_1_NORM_THRESHOLD 0 /* preinv always */
diff --git a/mpn/m68k/gmp-mparam.h b/mpn/m68k/gmp-mparam.h
index bb5b02947..c62304653 100644
--- a/mpn/m68k/gmp-mparam.h
+++ b/mpn/m68k/gmp-mparam.h
@@ -40,7 +40,6 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
#define HGCD_THRESHOLD 116
#define GCD_ACCEL_THRESHOLD 3
#define GCD_DC_THRESHOLD 590
-#define GCDEXT_THRESHOLD 35
#define JACOBI_BASE_METHOD 2
#define DIVREM_1_NORM_THRESHOLD MP_SIZE_T_MAX /* never */
diff --git a/mpn/mips32/gmp-mparam.h b/mpn/mips32/gmp-mparam.h
index a5b736de3..d86fd3f01 100644
--- a/mpn/mips32/gmp-mparam.h
+++ b/mpn/mips32/gmp-mparam.h
@@ -37,7 +37,6 @@ with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
#define POWM_THRESHOLD 78
#define GCD_ACCEL_THRESHOLD 3
-#define GCDEXT_THRESHOLD 18
#define JACOBI_BASE_METHOD 2
#define DIVREM_1_NORM_THRESHOLD 0 /* always */
diff --git a/mpn/mips64/gmp-mparam.h b/mpn/mips64/gmp-mparam.h
index c7c12d7f1..d189e895c 100644
--- a/mpn/mips64/gmp-mparam.h
+++ b/mpn/mips64/gmp-mparam.h
@@ -39,7 +39,6 @@ with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
#define HGCD_THRESHOLD 116
#define GCD_ACCEL_THRESHOLD 3
#define GCD_DC_THRESHOLD 492
-#define GCDEXT_THRESHOLD 0 /* always */
#define JACOBI_BASE_METHOD 2
#define MOD_1_NORM_THRESHOLD 0 /* always */
diff --git a/mpn/pa32/gmp-mparam.h b/mpn/pa32/gmp-mparam.h
index 3c6d36c57..005539c0d 100644
--- a/mpn/pa32/gmp-mparam.h
+++ b/mpn/pa32/gmp-mparam.h
@@ -49,6 +49,5 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
#ifndef GCD_ACCEL_THRESHOLD
#define GCD_ACCEL_THRESHOLD 46
#endif
-#ifndef GCDEXT_THRESHOLD
#define GCDEXT_THRESHOLD 33
#endif
diff --git a/mpn/pa32/hppa1_1/gmp-mparam.h b/mpn/pa32/hppa1_1/gmp-mparam.h
index 1f3390274..5ced74548 100644
--- a/mpn/pa32/hppa1_1/gmp-mparam.h
+++ b/mpn/pa32/hppa1_1/gmp-mparam.h
@@ -37,7 +37,6 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
#define HGCD_THRESHOLD 231
#define GCD_ACCEL_THRESHOLD 3
#define GCD_DC_THRESHOLD 823
-#define GCDEXT_THRESHOLD 0 /* always */
#define JACOBI_BASE_METHOD 2
#define DIVREM_1_NORM_THRESHOLD 5
diff --git a/mpn/pa32/hppa2_0/gmp-mparam.h b/mpn/pa32/hppa2_0/gmp-mparam.h
index 29ea97506..f5667840a 100644
--- a/mpn/pa32/hppa2_0/gmp-mparam.h
+++ b/mpn/pa32/hppa2_0/gmp-mparam.h
@@ -35,7 +35,6 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
#define POWM_THRESHOLD 166
#define GCD_ACCEL_THRESHOLD 4
-#define GCDEXT_THRESHOLD 0
#define DIVREM_1_NORM_THRESHOLD 4
#define DIVREM_1_UNNORM_THRESHOLD 6
diff --git a/mpn/pa64/gmp-mparam.h b/mpn/pa64/gmp-mparam.h
index 1355fd5fa..e9d058f6b 100644
--- a/mpn/pa64/gmp-mparam.h
+++ b/mpn/pa64/gmp-mparam.h
@@ -42,7 +42,6 @@ with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
#define HGCD_THRESHOLD 292
#define GCD_ACCEL_THRESHOLD 3
#define GCD_DC_THRESHOLD 1498
-#define GCDEXT_THRESHOLD 0 /* always */
#define JACOBI_BASE_METHOD 2
#define DIVREM_1_NORM_THRESHOLD 0 /* always */
diff --git a/mpn/power/gmp-mparam.h b/mpn/power/gmp-mparam.h
index 9d2b1e03d..f9b10e6a4 100644
--- a/mpn/power/gmp-mparam.h
+++ b/mpn/power/gmp-mparam.h
@@ -33,7 +33,6 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
#define HGCD_THRESHOLD 97
#define GCD_ACCEL_THRESHOLD 3
#define GCD_DC_THRESHOLD 590
-#define GCDEXT_THRESHOLD 41
#define JACOBI_BASE_METHOD 2
#define DIVREM_1_NORM_THRESHOLD 12
diff --git a/mpn/powerpc32/750/gmp-mparam.h b/mpn/powerpc32/750/gmp-mparam.h
index ce45497a7..d604e6ed4 100644
--- a/mpn/powerpc32/750/gmp-mparam.h
+++ b/mpn/powerpc32/750/gmp-mparam.h
@@ -38,7 +38,6 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
#define HGCD_THRESHOLD 93
#define GCD_ACCEL_THRESHOLD 3
#define GCD_DC_THRESHOLD 676
-#define GCDEXT_THRESHOLD 31
#define JACOBI_BASE_METHOD 1
#define DIVREM_1_NORM_THRESHOLD 0 /* always */
diff --git a/mpn/powerpc32/gmp-mparam.h b/mpn/powerpc32/gmp-mparam.h
index 6d9360bbd..a77c98e8a 100644
--- a/mpn/powerpc32/gmp-mparam.h
+++ b/mpn/powerpc32/gmp-mparam.h
@@ -44,7 +44,6 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
#define HGCD_THRESHOLD 145
#define GCD_ACCEL_THRESHOLD 3
#define GCD_DC_THRESHOLD 738
-#define GCDEXT_THRESHOLD 16
#define JACOBI_BASE_METHOD 1
#define DIVREM_1_NORM_THRESHOLD 0 /* always */
diff --git a/mpn/powerpc64/gmp-mparam.h b/mpn/powerpc64/gmp-mparam.h
index b2074a05d..e0ab478e3 100644
--- a/mpn/powerpc64/gmp-mparam.h
+++ b/mpn/powerpc64/gmp-mparam.h
@@ -40,7 +40,6 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
#define HGCD_THRESHOLD 56
#define GCD_ACCEL_THRESHOLD 3
#define GCD_DC_THRESHOLD 408
-#define GCDEXT_THRESHOLD 151
#define JACOBI_BASE_METHOD 1
#define MOD_1_NORM_THRESHOLD 0 /* always */
diff --git a/mpn/s390/gmp-mparam.h b/mpn/s390/gmp-mparam.h
index b09191456..d73884667 100644
--- a/mpn/s390/gmp-mparam.h
+++ b/mpn/s390/gmp-mparam.h
@@ -35,7 +35,6 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
#define POWM_THRESHOLD 63
#define GCD_ACCEL_THRESHOLD 3
-#define GCDEXT_THRESHOLD 28
#define DIVREM_1_NORM_THRESHOLD 0
#define DIVREM_1_UNNORM_THRESHOLD 5
diff --git a/mpn/sparc32/gmp-mparam.h b/mpn/sparc32/gmp-mparam.h
index d275da51a..3bc6cd6db 100644
--- a/mpn/sparc32/gmp-mparam.h
+++ b/mpn/sparc32/gmp-mparam.h
@@ -32,7 +32,6 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
#define POWM_THRESHOLD 28
#define GCD_ACCEL_THRESHOLD 3
-#define GCDEXT_THRESHOLD 0 /* always */
#define JACOBI_BASE_METHOD 2
#define DIVREM_1_NORM_THRESHOLD 3
diff --git a/mpn/sparc32/v8/gmp-mparam.h b/mpn/sparc32/v8/gmp-mparam.h
index afb5a7490..f042c19e5 100644
--- a/mpn/sparc32/v8/gmp-mparam.h
+++ b/mpn/sparc32/v8/gmp-mparam.h
@@ -38,7 +38,6 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
#define HGCD_THRESHOLD 69
#define GCD_ACCEL_THRESHOLD 3
#define GCD_DC_THRESHOLD 498
-#define GCDEXT_THRESHOLD 0 /* always */
#define JACOBI_BASE_METHOD 2
#define DIVREM_1_NORM_THRESHOLD 6
diff --git a/mpn/sparc32/v8/supersparc/gmp-mparam.h b/mpn/sparc32/v8/supersparc/gmp-mparam.h
index 272c42196..feb90ef40 100644
--- a/mpn/sparc32/v8/supersparc/gmp-mparam.h
+++ b/mpn/sparc32/v8/supersparc/gmp-mparam.h
@@ -38,7 +38,6 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
#define HGCD_THRESHOLD 97
#define GCD_ACCEL_THRESHOLD 3
#define GCD_DC_THRESHOLD 470
-#define GCDEXT_THRESHOLD 14
#define JACOBI_BASE_METHOD 2
#define DIVREM_1_NORM_THRESHOLD 0 /* always */
diff --git a/mpn/sparc32/v9/gmp-mparam.h b/mpn/sparc32/v9/gmp-mparam.h
index 8fdb92949..3d48d743b 100644
--- a/mpn/sparc32/v9/gmp-mparam.h
+++ b/mpn/sparc32/v9/gmp-mparam.h
@@ -37,7 +37,6 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
#define HGCD_THRESHOLD 210
#define GCD_ACCEL_THRESHOLD 4
#define GCD_DC_THRESHOLD 1291
-#define GCDEXT_THRESHOLD 9
#define JACOBI_BASE_METHOD 2
#define DIVREM_1_NORM_THRESHOLD MP_SIZE_T_MAX /* never */
diff --git a/mpn/sparc64/gmp-mparam.h b/mpn/sparc64/gmp-mparam.h
index 4bceda1db..9c59e698f 100644
--- a/mpn/sparc64/gmp-mparam.h
+++ b/mpn/sparc64/gmp-mparam.h
@@ -44,7 +44,6 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
#define POWM_THRESHOLD 85
#define GCD_ACCEL_THRESHOLD 3
-#define GCDEXT_THRESHOLD 20
#define JACOBI_BASE_METHOD 2
#define DIVREM_1_NORM_THRESHOLD 3
diff --git a/mpn/vax/gmp-mparam.h b/mpn/vax/gmp-mparam.h
index 4b7a2156d..ea262ddc4 100644
--- a/mpn/vax/gmp-mparam.h
+++ b/mpn/vax/gmp-mparam.h
@@ -32,7 +32,6 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
/* #define POWM_THRESHOLD */
/* #define GCD_ACCEL_THRESHOLD */
-#define GCDEXT_THRESHOLD 40
/* #define JACOBI_BASE_METHOD */
/* #define DIVREM_1_NORM_THRESHOLD */
diff --git a/mpn/x86/i486/gmp-mparam.h b/mpn/x86/i486/gmp-mparam.h
index f064a3e69..aaddea9f1 100644
--- a/mpn/x86/i486/gmp-mparam.h
+++ b/mpn/x86/i486/gmp-mparam.h
@@ -37,7 +37,6 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
#define POWM_THRESHOLD 38
#define GCD_ACCEL_THRESHOLD 3
-#define GCDEXT_THRESHOLD 55
#define JACOBI_BASE_METHOD 2
#define USE_PREINV_DIVREM_1 0
diff --git a/mpn/x86/k6/gmp-mparam.h b/mpn/x86/k6/gmp-mparam.h
index f4223eb84..dbf8c59c8 100644
--- a/mpn/x86/k6/gmp-mparam.h
+++ b/mpn/x86/k6/gmp-mparam.h
@@ -40,7 +40,6 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
#define HGCD_THRESHOLD 242
#define GCD_ACCEL_THRESHOLD 3
#define GCD_DC_THRESHOLD 1243
-#define GCDEXT_THRESHOLD 40
#define JACOBI_BASE_METHOD 2
#define USE_PREINV_DIVREM_1 0
diff --git a/mpn/x86/p6/gmp-mparam.h b/mpn/x86/p6/gmp-mparam.h
index 217facab4..a85c50027 100644
--- a/mpn/x86/p6/gmp-mparam.h
+++ b/mpn/x86/p6/gmp-mparam.h
@@ -45,7 +45,6 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
#define POWM_THRESHOLD 131
#define GCD_ACCEL_THRESHOLD 3
-#define GCDEXT_THRESHOLD 33
#define JACOBI_BASE_METHOD 1
#define USE_PREINV_DIVREM_1 0
diff --git a/mpn/x86/pentium/gmp-mparam.h b/mpn/x86/pentium/gmp-mparam.h
index d726f8b6e..5c49c4e3c 100644
--- a/mpn/x86/pentium/gmp-mparam.h
+++ b/mpn/x86/pentium/gmp-mparam.h
@@ -45,7 +45,6 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
#define HGCD_THRESHOLD 121
#define GCD_ACCEL_THRESHOLD 3
#define GCD_DC_THRESHOLD 615
-#define GCDEXT_THRESHOLD 13
#define JACOBI_BASE_METHOD 2
#define USE_PREINV_DIVREM_1 0