[Gmp-commit] /home/hgfiles/gmp: Updated list of my contributions.
mercurial at gmplib.org
mercurial at gmplib.org
Wed Dec 30 02:36:46 CET 2009
details: /home/hgfiles/gmp/rev/baf844f7dd41
changeset: 13265:baf844f7dd41
user: Marco Bodrato <bodrato at mail.dm.unipi.it>
date: Wed Dec 30 02:36:31 2009 +0100
description:
Updated list of my contributions.
diffstat:
AUTHORS | 9 +++++++--
NEWS | 2 +-
doc/gmp.texi | 4 ++--
3 files changed, 10 insertions(+), 5 deletions(-)
diffs (45 lines):
diff -r 2124e87fb35e -r baf844f7dd41 AUTHORS
--- a/AUTHORS Wed Dec 30 01:53:05 2009 +0100
+++ b/AUTHORS Wed Dec 30 02:36:31 2009 +0100
@@ -40,8 +40,13 @@
Marco Bodrato mpn/generic/toom44_mul.c, toom4_sqr.c, toom53_mul.c,
toom62_mul.c, toom43_mul.c, toom52_mul.c,
- toom_interpolate_6pts.c, mulmod_bnm1.c,
- toom_eval_pm2.c, invert.c, invertappr.c.
+ toom_interpolate_6pts.c, toom_couple_handling.c,
+ toom63_mul.c, toom_interpolate_8pts.c,
+ toom6h_mul.c, toom6_sqr.c, toom_interpolate_12pts.c,
+ toom8h_mul.c, toom8_sqr.c, toom_interpolate_16pts.c,
+ mulmod_bnm1.c, sqrmod_bnm1.c, nussbaumer_mul.c,
+ toom_eval_pm2.c, toom_eval_pm2rexp.c,
+ mullo_n.c, invert.c, invertappr.c.
David Harvey mpn/x86_64/mul_basecase.asm
diff -r 2124e87fb35e -r baf844f7dd41 NEWS
--- a/NEWS Wed Dec 30 01:53:05 2009 +0100
+++ b/NEWS Wed Dec 30 02:36:31 2009 +0100
@@ -17,7 +17,7 @@
mpn_mulmod_bnm1 (computing U * V mod (B^n-1), B being the word base.
(2) Multiplication of different size operands has been improved with the
addition of many new Toom function, and by selecting underlying
- function better from the main multiplicy functions.
+ function better from the main multiply functions.
* Division has been overhauled, for both small and large operands:
(1) Plain "schoolbook" division is reimplemented using faster quotient
diff -r 2124e87fb35e -r baf844f7dd41 doc/gmp.texi
--- a/doc/gmp.texi Wed Dec 30 01:53:05 2009 +0100
+++ b/doc/gmp.texi Wed Dec 30 02:36:31 2009 +0100
@@ -10361,8 +10361,8 @@
multiplication.
Marco Bodrato helped implement the new Toom multiply code for GMP 4.3 and 4.4.
-He is the main author of the current mpn_mulmod_bnm1. Marco also wrote
-the functions mpn_invert and mpn_invertappr.
+He is the main author of the current mpn_mulmod_bnm1 and mpn_mullo_n. Marco
+also wrote the functions mpn_invert and mpn_invertappr.
David Harvey suggested the internal function @code{mpn_bdiv_dbm1}, implementing
division relevant to Toom multiplication. He also worked on fast assembly
More information about the gmp-commit
mailing list