summaryrefslogtreecommitdiff
path: root/mpn/Makefile.am
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2009-12-23 17:31:50 +0100
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2009-12-23 17:31:50 +0100
commitc90373401ae79cc15da666f7334670f43ef0bf12 (patch)
tree1f1ad0da228971f491ff9c5ff292c0059f2a3e7b /mpn/Makefile.am
parent34fd4bf8a577a6d1daf6cf9c72ffcf167b396ad9 (diff)
downloadgmp-c90373401ae79cc15da666f7334670f43ef0bf12.tar.gz
New Toom-8.5, with test for _mul.
Diffstat (limited to 'mpn/Makefile.am')
-rw-r--r--mpn/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/mpn/Makefile.am b/mpn/Makefile.am
index b2866c128..48601eb7a 100644
--- a/mpn/Makefile.am
+++ b/mpn/Makefile.am
@@ -48,13 +48,13 @@ nodist_EXTRA_libmpn_la_SOURCES = \
toom22_mul.c toom32_mul.c toom42_mul.c toom52_mul.c toom62_mul.c \
toom33_mul.c toom43_mul.c toom53_mul.c toom63_mul.c \
toom44_mul.c \
- toom6h_mul.c toom6_sqr.c \
+ toom6h_mul.c toom6_sqr.c toom8h_mul.c toom8_sqr.c \
toom_couple_handling.c \
sqr_toom2.c sqr_toom3.c sqr_toom4.c \
toom_eval_dgr3_pm1.c toom_eval_dgr3_pm2.c \
toom_eval_pm1.c toom_eval_pm1.c toom_eval_pm2exp.c toom_eval_pm2rexp.c \
toom_interpolate_5pts.c toom_interpolate_6pts.c toom_interpolate_7pts.c \
- toom_interpolate_8pts.c toom_interpolate_12pts.c \
+ toom_interpolate_8pts.c toom_interpolate_12pts.c toom_interpolate_16pts.c \
invertappr.c invert.c binvert.c mulmod_bnm1.c sqrmod_bnm1.c \
mullo_n.c mullo_basecase.c nand_n.c neg_n.c nior_n.c perfsqr.c \
popcount.c pre_divrem_1.c pre_mod_1.c pow_1.c random.c random2.c rshift.c \