summaryrefslogtreecommitdiff
path: root/mpn/m68k/gmp-mparam.h
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2009-10-31 20:07:56 +0100
committerTorbjorn Granlund <tege@gmplib.org>2009-10-31 20:07:56 +0100
commitb1ce0127c304bbef691c3d5bcca8892dc7988c95 (patch)
tree5e59d9cea29da9c731bd14ff5199dae55934b0d0 /mpn/m68k/gmp-mparam.h
parent4c3b2f0929ef749bf56fdf24b98683e95e987971 (diff)
downloadgmp-b1ce0127c304bbef691c3d5bcca8892dc7988c95.tar.gz
Finish rename of *_KARATSUBA_* to TOOM2/TOOM22, etc.
Diffstat (limited to 'mpn/m68k/gmp-mparam.h')
-rw-r--r--mpn/m68k/gmp-mparam.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/mpn/m68k/gmp-mparam.h b/mpn/m68k/gmp-mparam.h
index c62304653..f682cdfef 100644
--- a/mpn/m68k/gmp-mparam.h
+++ b/mpn/m68k/gmp-mparam.h
@@ -26,11 +26,11 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
/* Generated by tuneup.c, 2004-02-05, gcc 3.2 */
-#define MUL_KARATSUBA_THRESHOLD 14
-#define MUL_TOOM3_THRESHOLD 90
+#define MUL_TOOM22_THRESHOLD 14
+#define MUL_TOOM33_THRESHOLD 90
#define SQR_BASECASE_THRESHOLD 5
-#define SQR_KARATSUBA_THRESHOLD 28
+#define SQR_TOOM2_THRESHOLD 28
#define SQR_TOOM3_THRESHOLD 98
#define DIV_SB_PREINV_THRESHOLD MP_SIZE_T_MAX /* never */