summaryrefslogtreecommitdiff
path: root/tune/Makefile.am
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 /tune/Makefile.am
parent4c3b2f0929ef749bf56fdf24b98683e95e987971 (diff)
downloadgmp-b1ce0127c304bbef691c3d5bcca8892dc7988c95.tar.gz
Finish rename of *_KARATSUBA_* to TOOM2/TOOM22, etc.
Diffstat (limited to 'tune/Makefile.am')
-rw-r--r--tune/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tune/Makefile.am b/tune/Makefile.am
index 62030fccd..89efd148b 100644
--- a/tune/Makefile.am
+++ b/tune/Makefile.am
@@ -145,7 +145,7 @@ mod_1.c:
echo "#include \"mpn/generic/mod_1.c\"" >>mod_1.c
sqr_asm.asm: $(top_builddir)/mpn/sqr_basecase.asm
- echo 'define(SQR_KARATSUBA_THRESHOLD_OVERRIDE,SQR_KARATSUBA_THRESHOLD_MAX)' >sqr_asm.asm
+ echo 'define(SQR_TOOM2_THRESHOLD_OVERRIDE,SQR_TOOM2_THRESHOLD_MAX)' >sqr_asm.asm
echo 'include(../mpn/sqr_basecase.asm)' >>sqr_asm.asm