summaryrefslogtreecommitdiff
path: root/tune/Makefile.am
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2009-12-08 10:54:47 +0100
committerTorbjorn Granlund <tege@gmplib.org>2009-12-08 10:54:47 +0100
commit74c43e1332a73d4984b894d5f3362f1fa3fb7888 (patch)
tree4b318e8f6213fc61346196812b0b901a679b5d1d /tune/Makefile.am
parentdba4f9a8f33fcf0b3ecf4dbdf4180e96fbbc3a3b (diff)
downloadgmp-74c43e1332a73d4984b894d5f3362f1fa3fb7888.tar.gz
Add tuning of INV_NEWTON_THRESHOLD, but leave disabled for now.
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 8e3966f1f..1d951ad39 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 dcpi1_divappr_q.c dcpi1_bdiv_qr.c dcpi1_bdiv_q.c \
- binvert.c divrem_2.c gcd.c gcdext.c get_str.c \
+ invert.c binvert.c divrem_2.c gcd.c gcdext.c get_str.c \
set_str.c matrix22_mul.c hgcd.c mul_n.c sqr_n.c \
mullo_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