[Gmp-commit] /home/hgfiles/gmp: mpn/Makefile.am update.
mercurial at gmplib.org
mercurial at gmplib.org
Wed Dec 23 13:38:03 CET 2009
details: /home/hgfiles/gmp/rev/2197cd115a90
changeset: 13200:2197cd115a90
user: Marco Bodrato <bodrato at mail.dm.unipi.it>
date: Wed Dec 23 13:37:59 2009 +0100
description:
mpn/Makefile.am update.
diffstat:
ChangeLog | 2 ++
mpn/Makefile.am | 9 +++++++--
2 files changed, 9 insertions(+), 2 deletions(-)
diffs (35 lines):
diff -r a06d1ed57fb4 -r 2197cd115a90 ChangeLog
--- a/ChangeLog Wed Dec 23 11:55:05 2009 +0100
+++ b/ChangeLog Wed Dec 23 13:37:59 2009 +0100
@@ -1,5 +1,7 @@
2009-12-23 Marco Bodrato <bodrato at mail.dm.unipi.it>
+ * mpn/Makefile.am (nodist_EXTRA_libmpn_la_SOURCES): Update.
+
* mpn/generic/toom6h_mul.c: Add prefix to toom_interpolate_12pts.
* mpn/generic/toom_interpolate_12pts.c: Likewise.
diff -r a06d1ed57fb4 -r 2197cd115a90 mpn/Makefile.am
--- a/mpn/Makefile.am Wed Dec 23 11:55:05 2009 +0100
+++ b/mpn/Makefile.am Wed Dec 23 13:37:59 2009 +0100
@@ -44,13 +44,18 @@
matrix22_mul.c mod_1.c mod_34lsub1.c mode1o.c \
mod_1_1.c mod_1_2.c mod_1_3.c mod_1_4.c \
mul.c mul_1.c mul_2.c mul_3.c mul_4.c mul_fft.c mul_n.c mul_basecase.c \
+ nussbaumer_mul.c \
toom22_mul.c toom32_mul.c toom42_mul.c toom52_mul.c toom62_mul.c \
- toom33_mul.c toom43_mul.c toom53_mul.c \
+ toom33_mul.c toom43_mul.c toom53_mul.c toom63_mul.c \
toom44_mul.c \
+ toom6h_mul.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_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 \
+ 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 \
rootrem.c sb_divrem_mn.c scan0.c scan1.c set_str.c \
More information about the gmp-commit
mailing list