summaryrefslogtreecommitdiff
path: root/mpn/cray
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-06-08 03:36:14 +0200
committerKevin Ryde <user42@zip.com.au>2001-06-08 03:36:14 +0200
commitf8333a3f4c93762be4b00639eefefdfe9742ec4b (patch)
treed12aaef001e96fdaecea9a81f8aef57efc51bb27 /mpn/cray
parent5449deb005b5012e39f031069f148d0d0ecac464 (diff)
downloadgmp-f8333a3f4c93762be4b00639eefefdfe9742ec4b.tar.gz
* tune/tuneup.c, tune/Makefile.am, gmp-impl.h, mpn/*/gmp-mparam.h:
Remove FIB_THRESHOLD, no longer required.
Diffstat (limited to 'mpn/cray')
-rw-r--r--mpn/cray/gmp-mparam.h2
-rw-r--r--mpn/cray/ieee/gmp-mparam.h2
2 files changed, 0 insertions, 4 deletions
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