summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2008-12-18 00:58:02 +0100
committerTorbjorn Granlund <tege@gmplib.org>2008-12-18 00:58:02 +0100
commit3fd7cd5ae763462a88db2c04e5aaf33cb4fb46fa (patch)
tree83652e60339b9b2403e9d658c80b33c416981131 /AUTHORS
parentf3d961dc3f2c30c3e222360cca93b0af47822701 (diff)
downloadgmp-3fd7cd5ae763462a88db2c04e5aaf33cb4fb46fa.tar.gz
*** empty log message ***
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS11
1 files changed, 7 insertions, 4 deletions
diff --git a/AUTHORS b/AUTHORS
index aaae676eb..cda5f076f 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -3,11 +3,11 @@ Authors of GNU MP (in chronological order of initial contribution)
Torbjörn Granlund Main author
John Amanatides Original version of mpz/pprime_p.c
Paul Zimmermann mpn/generic/mul_fft.c, mpn/generic/dc_divrem_n.c,
- new mpz/powm.c, improved Toom3 code.
-Ken Weber mpn/generic/gcd.c mpn/generic/bdivmod.c
+ old mpz/powm.c, old toom3 code.
+Ken Weber mpn/generic/bdivmod.c, old mpn/generic/gcd.c
Bennet Yee mpz/jacobi.c mpz/legendre.c
Andreas Schwab mpn/m68k/lshift.S, mpn/m68k/rshift.S
-Robert Harley mpn/generic/mul_n.c, files in mpn/arm
+Robert Harley Old mpn/generic/mul_n.c, files in mpn/arm
Linus Nordberg Random number framework, original autoconfery
Kent Boortz MacOS 9 port
Kevin Ryde Most x86 assembly, new autoconfery, and countless other
@@ -16,4 +16,7 @@ Gerardo Ballabio gmpxx.h and C++ istream input
Pedro Gimeno Mersenne Twister random generator, other random number
revisions
Jason Moxham New mpz/fac_ui.c and gen-fac_ui.c
-Pierrick Gaudry Improvements to mpn/generic/mul_fft.c
+Niels Möller mpn/generic/hgcd2.c, gcd.c, gcdext.c, matrix22_mul.c, hgcd.c
+ gcdext_1.c gcd_subdiv_step.c gcd_lehmer.c gcdext_subdiv_step.c
+ gcdext_lehmer.c toom_interpolate_7pts, mpz/nextprime.c.
+David Harvey mpn/x86_64/mul_basecase.asm.