summaryrefslogtreecommitdiff
path: root/mpn/m68k/gmp-mparam.h
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/m68k/gmp-mparam.h
parentbb6a085e894aa3644bc7f3d6d16302063eaced2f (diff)
downloadgmp-10771eb65077071674fa4fb188179db21c4cf844.tar.gz
Clean up *_THRESHOLD names.
Diffstat (limited to 'mpn/m68k/gmp-mparam.h')
-rw-r--r--mpn/m68k/gmp-mparam.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/mpn/m68k/gmp-mparam.h b/mpn/m68k/gmp-mparam.h
index 505c2e958..8e03e5797 100644
--- a/mpn/m68k/gmp-mparam.h
+++ b/mpn/m68k/gmp-mparam.h
@@ -1,6 +1,6 @@
/* 68040 gmp-mparam.h -- Compiler/machine parameter header file.
-Copyright 2000, 2001 Free Software Foundation, Inc.
+Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
@@ -26,15 +26,15 @@ MA 02111-1307, USA. */
/* Generated by tuneup.c, 2001-04-20, gcc 2.91 */
-#define KARATSUBA_MUL_THRESHOLD 14
-#define TOOM3_MUL_THRESHOLD 129
+#define MUL_KARATSUBA_THRESHOLD 14
+#define MUL_TOOM3_THRESHOLD 129
-#define BASECASE_SQR_THRESHOLD 5
-#define KARATSUBA_SQR_THRESHOLD 30
-#define TOOM3_SQR_THRESHOLD 151
+#define SQR_BASECASE_THRESHOLD 5
+#define SQR_KARATSUBA_THRESHOLD 30
+#define SQR_TOOM3_THRESHOLD 151
-#define SB_PREINV_THRESHOLD MP_SIZE_T_MAX
-#define DC_THRESHOLD 60
+#define DIV_SB_PREINV_THRESHOLD MP_SIZE_T_MAX
+#define DIV_DC_THRESHOLD 60
#define POWM_THRESHOLD 43
#define FIB_THRESHOLD 104
@@ -50,10 +50,10 @@ MA 02111-1307, USA. */
#define DIVREM_2_THRESHOLD MP_SIZE_T_MAX
#define MODEXACT_1_ODD_THRESHOLD MP_SIZE_T_MAX
-#define FFT_MUL_TABLE { 464, 928, 1664, 3584, 14336, 40960, 0 }
-#define FFT_MODF_MUL_THRESHOLD 480
-#define FFT_MUL_THRESHOLD 3328
+#define MUL_FFT_TABLE { 464, 928, 1664, 3584, 14336, 40960, 0 }
+#define MUL_FFT_MODF_THRESHOLD 480
+#define MUL_FFT_THRESHOLD 3328
-#define FFT_SQR_TABLE { 432, 928, 1920, 4608, 14336, 40960, 0 }
-#define FFT_MODF_SQR_THRESHOLD 448
-#define FFT_SQR_THRESHOLD 3328
+#define SQR_FFT_TABLE { 432, 928, 1920, 4608, 14336, 40960, 0 }
+#define SQR_FFT_MODF_THRESHOLD 448
+#define SQR_FFT_THRESHOLD 3328