summaryrefslogtreecommitdiff
path: root/mpn/pa64
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2002-02-19 02:55:50 +0100
committertege <tege@gmplib.org>2002-02-19 02:55:50 +0100
commit10771eb65077071674fa4fb188179db21c4cf844 (patch)
tree58ebf2ae654b47bc9ee4e632c03eed4b1f4a76dd /mpn/pa64
parentbb6a085e894aa3644bc7f3d6d16302063eaced2f (diff)
downloadgmp-10771eb65077071674fa4fb188179db21c4cf844.tar.gz
Clean up *_THRESHOLD names.
Diffstat (limited to 'mpn/pa64')
-rw-r--r--mpn/pa64/gmp-mparam.h31
1 files changed, 16 insertions, 15 deletions
diff --git a/mpn/pa64/gmp-mparam.h b/mpn/pa64/gmp-mparam.h
index a3a9c2505..d2e0b60cf 100644
--- a/mpn/pa64/gmp-mparam.h
+++ b/mpn/pa64/gmp-mparam.h
@@ -1,6 +1,7 @@
/* gmp-mparam.h -- Compiler/machine parameter header file.
-Copyright 1991, 1993, 1994, 1999, 2000, 2001 Free Software Foundation, Inc.
+Copyright 1991, 1993, 1994, 1999, 2000, 2001, 2002 Free Software Foundation,
+Inc.
This file is part of the GNU MP Library.
@@ -28,15 +29,15 @@ MA 02111-1307, USA. */
/* Generated by tuneup.c, 2002-02-12, system compiler */
-#define KARATSUBA_MUL_THRESHOLD 16
-#define TOOM3_MUL_THRESHOLD 105
+#define MUL_KARATSUBA_THRESHOLD 16
+#define MUL_TOOM3_THRESHOLD 105
-#define BASECASE_SQR_THRESHOLD 5
-#define KARATSUBA_SQR_THRESHOLD 30
-#define TOOM3_SQR_THRESHOLD 114
+#define SQR_BASECASE_THRESHOLD 5
+#define SQR_KARATSUBA_THRESHOLD 30
+#define SQR_TOOM3_THRESHOLD 114
-#define SB_PREINV_THRESHOLD 0
-#define DC_THRESHOLD 56
+#define DIV_SB_PREINV_THRESHOLD 0
+#define DIV_DC_THRESHOLD 56
#define POWM_THRESHOLD 110
#define GCD_ACCEL_THRESHOLD 3
@@ -53,14 +54,14 @@ MA 02111-1307, USA. */
#define DIVEXACT_1_THRESHOLD 0 /* always */
#define MODEXACT_1_ODD_THRESHOLD 0 /* always */
-#define GET_STR_BASECASE_THRESHOLD 21
+#define GET_STR_DC_THRESHOLD 21
#define GET_STR_PRECOMPUTE_THRESHOLD 23
#define SET_STR_THRESHOLD 6589
-#define FFT_MUL_TABLE { 464, 928, 2112, 3840, 9216, 28672, 0 }
-#define FFT_MODF_MUL_THRESHOLD 328
-#define FFT_MUL_THRESHOLD 2432
+#define MUL_FFT_TABLE { 464, 928, 2112, 3840, 9216, 28672, 0 }
+#define MUL_FFT_MODF_THRESHOLD 328
+#define MUL_FFT_THRESHOLD 2432
-#define FFT_SQR_TABLE { 464, 992, 2240, 4352, 9216, 28672, 0 }
-#define FFT_MODF_SQR_THRESHOLD 344
-#define FFT_SQR_THRESHOLD 2432
+#define SQR_FFT_TABLE { 464, 992, 2240, 4352, 9216, 28672, 0 }
+#define SQR_FFT_MODF_THRESHOLD 344
+#define SQR_FFT_THRESHOLD 2432