summaryrefslogtreecommitdiff
path: root/mpn/cray
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-07-01 03:39:26 +0200
committerKevin Ryde <user42@zip.com.au>2001-07-01 03:39:26 +0200
commita8094633372d76f7caf12303ccbef6aa1718b60c (patch)
tree71ccc0a41dd676623bef1f94c6564af23fa78bcb /mpn/cray
parent8277150e341952ce8fda6636a34a1278b8466374 (diff)
downloadgmp-a8094633372d76f7caf12303ccbef6aa1718b60c.tar.gz
* mpn/*/gmp-mparam.h (DIVEXACT_1_THRESHOLD): Add tuned values.
Diffstat (limited to 'mpn/cray')
-rw-r--r--mpn/cray/gmp-mparam.h1
-rw-r--r--mpn/cray/ieee/gmp-mparam.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/mpn/cray/gmp-mparam.h b/mpn/cray/gmp-mparam.h
index e9825805a..051b663bd 100644
--- a/mpn/cray/gmp-mparam.h
+++ b/mpn/cray/gmp-mparam.h
@@ -49,6 +49,7 @@ MA 02111-1307, USA. */
#define MOD_1_UNNORM_THRESHOLD 0
#define USE_PREINV_MOD_1 1 /* (preinv always) */
#define DIVREM_2_THRESHOLD 0 /* (preinv always) */
+#define DIVEXACT_1_THRESHOLD 0
#define MODEXACT_1_ODD_THRESHOLD 0
#define FFT_MUL_TABLE { 400, 800, 1600, 3328, 7168, 12288, 49152, 0 }
diff --git a/mpn/cray/ieee/gmp-mparam.h b/mpn/cray/ieee/gmp-mparam.h
index 675d59636..d9ba7f0b2 100644
--- a/mpn/cray/ieee/gmp-mparam.h
+++ b/mpn/cray/ieee/gmp-mparam.h
@@ -47,6 +47,7 @@ MA 02111-1307, USA. */
#define MOD_1_UNNORM_THRESHOLD 0
#define USE_PREINV_MOD_1 1 /* (preinv always) */
#define DIVREM_2_THRESHOLD 0 /* (preinv always) */
+#define DIVEXACT_1_THRESHOLD 0
#define MODEXACT_1_ODD_THRESHOLD 0
#define FFT_MUL_TABLE { 1136, 2528, 5952, 11520, 25600, 53248, 0 }