summaryrefslogtreecommitdiff
path: root/tune/Makefile.am
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2009-12-26 12:39:10 +0100
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2009-12-26 12:39:10 +0100
commitb64b840dde15813ccfb23e0a9bbe5d690a72e17d (patch)
tree557720f31fb0b4cb71e08267aa931c4a8892b591 /tune/Makefile.am
parent611d4313cc206f31eb43e757964f267ece697a6b (diff)
downloadgmp-b64b840dde15813ccfb23e0a9bbe5d690a72e17d.tar.gz
Recompile Toom-{6,8}half when tuning.
Diffstat (limited to 'tune/Makefile.am')
-rw-r--r--tune/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tune/Makefile.am b/tune/Makefile.am
index e1a634563..f163d788a 100644
--- a/tune/Makefile.am
+++ b/tune/Makefile.am
@@ -126,8 +126,8 @@ TUNE_MPN_SRCS_BASIC = \
dcpi1_div_qr.c dcpi1_divappr_q.c dcpi1_bdiv_qr.c dcpi1_bdiv_q.c \
invertappr.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 nussbaumer_mul.c \
- sqrmod_bnm1.c \
+ mullo_n.c mul_fft.c mul.c tdiv_qr.c mulmod_bnm1.c sqrmod_bnm1.c \
+ nussbaumer_mul.c toom6h_mul.c toom8h_mul.c toom6_sqr.c toom8_sqr.c \
toom22_mul.c toom2_sqr.c toom33_mul.c toom3_sqr.c toom44_mul.c toom4_sqr.c
$(TUNE_MPN_SRCS_BASIC):