summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2009-12-30 02:36:31 +0100
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2009-12-30 02:36:31 +0100
commitfb29eb04063b0f4ef4e2c15f50c5c62c96f2c6f1 (patch)
tree8f0624d05f372444b8616628f62763b1390c3051
parente1c0a16e4c42190471b8f6950e3a2bf28df98bb1 (diff)
downloadgmp-fb29eb04063b0f4ef4e2c15f50c5c62c96f2c6f1.tar.gz
Updated list of my contributions.
-rw-r--r--AUTHORS9
-rw-r--r--NEWS2
-rw-r--r--doc/gmp.texi4
3 files changed, 10 insertions, 5 deletions
diff --git a/AUTHORS b/AUTHORS
index 8e66323cf..a1f19240a 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -40,8 +40,13 @@ Niels Möller mpn/generic/hgcd2.c, gcd.c, gcdext.c, matrix22_mul.c,
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 --git a/NEWS b/NEWS
index 552f1b019..f5a6aefd9 100644
--- a/NEWS
+++ b/NEWS
@@ -17,7 +17,7 @@ Changes between GMP version 4.3.X and 4.4.0.
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 --git a/doc/gmp.texi b/doc/gmp.texi
index bb3fc0343..64405688a 100644
--- a/doc/gmp.texi
+++ b/doc/gmp.texi
@@ -10361,8 +10361,8 @@ and found the optimal strategies for evaluation and interpolation in Toom
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