summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNiels M?ller <nisse@lysator.liu.se>2012-11-19 21:47:58 +0100
committerNiels M?ller <nisse@lysator.liu.se>2012-11-19 21:47:58 +0100
commitba9117ddfe005f4a91fa56662bd9a5d48dfde258 (patch)
tree102e9b6c5ba3d84d71aaab3ba12cbdbbfddf1bac /doc
parent3361eb06b7ab30b7c47dd7aef6aa4f7b881671c6 (diff)
downloadgmp-ba9117ddfe005f4a91fa56662bd9a5d48dfde258.tar.gz
Contributors: Mention Niels' jacobi code, and David's mulmid code.
Diffstat (limited to 'doc')
-rw-r--r--doc/gmp.texi6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/gmp.texi b/doc/gmp.texi
index 13d73f73a..12b3b3575 100644
--- a/doc/gmp.texi
+++ b/doc/gmp.texi
@@ -10366,7 +10366,7 @@ Jason Moxham rewrote @code{mpz_fac_ui}.
Pedro Gimeno implemented the Mersenne Twister and made other random number
improvements.
-Niels M@"oller wrote the sub-quadratic GCD and extended GCD code, the
+Niels M@"oller wrote the sub-quadratic GCD, extended GCD and jacobi code, the
quadratic Hensel division code, and (with Torbj@"orn) the new divide and
conquer division code for GMP 4.3. Niels also helped implement the new Toom
multiply code for GMP 4.3 and implemented helper functions to simplify Toom
@@ -10383,7 +10383,9 @@ 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
-sequences, in particular on a fast AMD64 @code{mpn_mul_basecase}.
+sequences, in particular on a fast AMD64 @code{mpn_mul_basecase}. He wrote
+the internal middle product functions @code{mpn_mulmid_basecase},
+@code{mpn_toom42_mulmid}, @code{mpn_mulmid_n} and related helper routines.
Martin Boij wrote @code{mpn_perfect_power_p}.