diff options
author | Torbjorn Granlund <tege@gmplib.org> | 2009-12-16 23:47:26 +0100 |
---|---|---|
committer | Torbjorn Granlund <tege@gmplib.org> | 2009-12-16 23:47:26 +0100 |
commit | 0f452b621cd4aaf3c1fb9ec57bd16460d5f74485 (patch) | |
tree | 6b4e0caa5d2d851e79a9813788abac569da8cd07 /doc/gmp.texi | |
parent | 6d6bdbece0be3269b8b5ca70d8a583bf942bd012 (diff) | |
download | gmp-0f452b621cd4aaf3c1fb9ec57bd16460d5f74485.tar.gz |
Add Niels' and Marco's recent contributions.
Diffstat (limited to 'doc/gmp.texi')
-rw-r--r-- | doc/gmp.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/gmp.texi b/doc/gmp.texi index 4552aae5e..d86128945 100644 --- a/doc/gmp.texi +++ b/doc/gmp.texi @@ -10356,7 +10356,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 also helped write mpn_mulmod_bnm1. +He is the main author of the current mpn_mulmod_bnm1. 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 |