summaryrefslogtreecommitdiff
path: root/tune/Makefile.am
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2009-11-03 22:15:42 +0100
committerTorbjorn Granlund <tege@gmplib.org>2009-11-03 22:15:42 +0100
commit0ee89332fe2d70d43092150b266421fb5d5a520c (patch)
treea72b69d3ee93b72f15f96d27ed77f04710ef1194 /tune/Makefile.am
parent2f73e7a2b1db572fd1d97fd6b9c98092c4b83d3b (diff)
downloadgmp-0ee89332fe2d70d43092150b266421fb5d5a520c.tar.gz
Restore SQR tuning.
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 810aeef47..f60b16626 100644
--- a/tune/Makefile.am
+++ b/tune/Makefile.am
@@ -123,7 +123,7 @@ DISTCLEANFILES = sqr_basecase.c $(MANY_DISTCLEAN)
TUNE_MPN_SRCS = $(TUNE_MPN_SRCS_BASIC) divrem_1.c mod_1.c
TUNE_MPN_SRCS_BASIC = dcpi1_div_qr.c divrem_2.c gcd.c gcdext.c get_str.c \
- set_str.c matrix22_mul.c hgcd.c mul_n.c \
+ set_str.c matrix22_mul.c hgcd.c mul_n.c sqr_n.c \
mullow_n.c mul_fft.c mul.c tdiv_qr.c mulmod_bnm1.c \
toom22_mul.c toom2_sqr.c toom33_mul.c toom3_sqr.c toom44_mul.c toom4_sqr.c