summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mpn/alpha/ev5/gmp-mparam.h2
-rw-r--r--mpn/alpha/ev6/gmp-mparam.h4
-rw-r--r--mpn/alpha/gmp-mparam.h6
-rw-r--r--mpn/arm/gmp-mparam.h2
-rw-r--r--mpn/cray/gmp-mparam.h2
-rw-r--r--mpn/cray/ieee/gmp-mparam.h2
-rw-r--r--mpn/hppa/gmp-mparam.h4
-rw-r--r--mpn/hppa/hppa1_1/gmp-mparam.h2
-rw-r--r--mpn/hppa/hppa2_0/gmp-mparam.h2
-rw-r--r--mpn/m68k/gmp-mparam.h4
-rw-r--r--mpn/mips3/gmp-mparam.h2
11 files changed, 1 insertions, 31 deletions
diff --git a/mpn/alpha/ev5/gmp-mparam.h b/mpn/alpha/ev5/gmp-mparam.h
index b4a81b083..2c5afb238 100644
--- a/mpn/alpha/ev5/gmp-mparam.h
+++ b/mpn/alpha/ev5/gmp-mparam.h
@@ -37,8 +37,6 @@ MA 02111-1307, USA. */
#define DC_THRESHOLD 52
#define POWM_THRESHOLD 81
-#define FIB_THRESHOLD 198
-
#define GCD_ACCEL_THRESHOLD 3
#define GCDEXT_THRESHOLD 0
diff --git a/mpn/alpha/ev6/gmp-mparam.h b/mpn/alpha/ev6/gmp-mparam.h
index 557094abb..332fcdf9d 100644
--- a/mpn/alpha/ev6/gmp-mparam.h
+++ b/mpn/alpha/ev6/gmp-mparam.h
@@ -1,6 +1,6 @@
/* gmp-mparam.h -- Compiler/machine parameter header file.
-Copyright 1991, 1993, 1994, 1999, 2000 Free Software Foundation, Inc.
+Copyright 1991, 1993, 1994, 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
@@ -34,8 +34,6 @@ MA 02111-1307, USA. */
#define DC_THRESHOLD 180
#define POWM_THRESHOLD 271
-#define FIB_THRESHOLD 194
-
#define GCD_ACCEL_THRESHOLD 3
#define GCDEXT_THRESHOLD 0
diff --git a/mpn/alpha/gmp-mparam.h b/mpn/alpha/gmp-mparam.h
index fda835aef..a31d304db 100644
--- a/mpn/alpha/gmp-mparam.h
+++ b/mpn/alpha/gmp-mparam.h
@@ -23,10 +23,6 @@ MA 02111-1307, USA. */
#define BYTES_PER_MP_LIMB 8
-/* The unusually high FIB_THRESHOLD reflects the slowness of mpn_mul_n
- compared to mpn_add_n. The low karatsuba thresholds show the same. */
-
-
/* 175MHz 21064, gcc 2.95.2 */
/* Generated by tuneup.c, 2001-02-06. */
@@ -40,8 +36,6 @@ MA 02111-1307, USA. */
#define DC_THRESHOLD 40
#define POWM_THRESHOLD 54
-#define FIB_THRESHOLD 198
-
#define GCD_ACCEL_THRESHOLD 3
#define GCDEXT_THRESHOLD 0
diff --git a/mpn/arm/gmp-mparam.h b/mpn/arm/gmp-mparam.h
index 635f019e3..5fc54bcba 100644
--- a/mpn/arm/gmp-mparam.h
+++ b/mpn/arm/gmp-mparam.h
@@ -35,8 +35,6 @@ MA 02111-1307, USA. */
#define DC_THRESHOLD 92
#define POWM_THRESHOLD 95
-#define FIB_THRESHOLD 104
-
#define GCD_ACCEL_THRESHOLD 3
#define GCDEXT_THRESHOLD 17
diff --git a/mpn/cray/gmp-mparam.h b/mpn/cray/gmp-mparam.h
index ab0b44f13..e9825805a 100644
--- a/mpn/cray/gmp-mparam.h
+++ b/mpn/cray/gmp-mparam.h
@@ -40,8 +40,6 @@ MA 02111-1307, USA. */
#define DC_THRESHOLD 577
#define POWM_THRESHOLD 902
-#define FIB_THRESHOLD 209
-
#define GCD_ACCEL_THRESHOLD 3
#define GCDEXT_THRESHOLD 56
diff --git a/mpn/cray/ieee/gmp-mparam.h b/mpn/cray/ieee/gmp-mparam.h
index 4d8ce7f75..675d59636 100644
--- a/mpn/cray/ieee/gmp-mparam.h
+++ b/mpn/cray/ieee/gmp-mparam.h
@@ -38,8 +38,6 @@ MA 02111-1307, USA. */
#define DC_THRESHOLD 330
#define POWM_THRESHOLD 2000 /* mpn_submul_1 should lower this */
-#define FIB_THRESHOLD 200
-
#define GCD_ACCEL_THRESHOLD 3
#define GCDEXT_THRESHOLD 46
diff --git a/mpn/hppa/gmp-mparam.h b/mpn/hppa/gmp-mparam.h
index 8233bdf07..02025e0a6 100644
--- a/mpn/hppa/gmp-mparam.h
+++ b/mpn/hppa/gmp-mparam.h
@@ -43,10 +43,6 @@ MA 02111-1307, USA. */
#define DC_THRESHOLD 108
#endif
-#ifndef FIB_THRESHOLD
-#define FIB_THRESHOLD 104
-#endif
-
#ifndef POWM_THRESHOLD
#define POWM_THRESHOLD 18
#endif
diff --git a/mpn/hppa/hppa1_1/gmp-mparam.h b/mpn/hppa/hppa1_1/gmp-mparam.h
index f10618334..233d68986 100644
--- a/mpn/hppa/hppa1_1/gmp-mparam.h
+++ b/mpn/hppa/hppa1_1/gmp-mparam.h
@@ -35,8 +35,6 @@ MA 02111-1307, USA. */
#define DC_THRESHOLD 102
#define POWM_THRESHOLD 142
-#define FIB_THRESHOLD 104
-
#define GCD_ACCEL_THRESHOLD 3
#define GCDEXT_THRESHOLD 0
diff --git a/mpn/hppa/hppa2_0/gmp-mparam.h b/mpn/hppa/hppa2_0/gmp-mparam.h
index eb44cac5c..1d7e79b62 100644
--- a/mpn/hppa/hppa2_0/gmp-mparam.h
+++ b/mpn/hppa/hppa2_0/gmp-mparam.h
@@ -35,8 +35,6 @@ MA 02111-1307, USA. */
#define DC_THRESHOLD 102
#define POWM_THRESHOLD 166
-#define FIB_THRESHOLD 102
-
#define GCD_ACCEL_THRESHOLD 4
#define GCDEXT_THRESHOLD 0
diff --git a/mpn/m68k/gmp-mparam.h b/mpn/m68k/gmp-mparam.h
index 7ab6ce787..79c2e2a1b 100644
--- a/mpn/m68k/gmp-mparam.h
+++ b/mpn/m68k/gmp-mparam.h
@@ -44,10 +44,6 @@ MA 02111-1307, USA. */
#define DC_THRESHOLD 60
#endif
-#ifndef FIB_THRESHOLD
-#define FIB_THRESHOLD 104
-#endif
-
#ifndef POWM_THRESHOLD
#define POWM_THRESHOLD 33
#endif
diff --git a/mpn/mips3/gmp-mparam.h b/mpn/mips3/gmp-mparam.h
index c490d0e88..77aa51a97 100644
--- a/mpn/mips3/gmp-mparam.h
+++ b/mpn/mips3/gmp-mparam.h
@@ -37,8 +37,6 @@ MA 02111-1307, USA. */
#define DC_THRESHOLD 48
#define POWM_THRESHOLD 97
-#define FIB_THRESHOLD 198
-
#define GCD_ACCEL_THRESHOLD 3
#define GCDEXT_THRESHOLD 21