kernel - Deal with lost IPIs (VM related)
[dragonfly.git] / contrib / gmp / AUTHORS
blob79bfa8101df0bededc6c12d8688315aca1ba3a9d
1 Authors of GNU MP (in chronological order of initial contribution)
3 Torbjörn Granlund       Main author
5 John Amanatides         Original version of mpz/pprime_p.c
7 Paul Zimmermann         mpn/generic/mul_fft.c, dc_divrem_n.c, rootrem.c,
8                         old mpz/powm.c, old toom3 code.
10 Ken Weber               mpn/generic/bdivmod.c, old mpn/generic/gcd.c
12 Bennet Yee              mpz/jacobi.c mpz/legendre.c
14 Andreas Schwab          mpn/m68k/lshift.asm, mpn/m68k/rshift.asm
16 Robert Harley           Old mpn/generic/mul_n.c, many files in mpn/arm
18 Linus Nordberg          Random number framework, original autoconfery
20 Kent Boortz             MacOS 9 port
22 Kevin Ryde              Most x86 assembly, new autoconfery, and countless other
23                         things (please see the GMP manual for complete list)
25 Gerardo Ballabio        gmpxx.h and C++ istream input
27 Pedro Gimeno            Mersenne Twister random generator, other random number
28                         revisions
30 Jason Moxham            mpz/fac_ui.c and gen-fac_ui.c
32 Niels Möller            mpn/generic/hgcd2.c, gcd.c, gcdext.c, matrix22_mul.c,
33                         hgcd.c, gcdext_1.c, gcd_subdiv_step.c, gcd_lehmer.c,
34                         gcdext_subdiv_step.c, gcdext_lehmer.c,
35                         toom_interpolate_7pts, mulmod_bnm1.c, dcpi1_bdiv_qr.c,
36                         dcpi1_bdiv_q.c, sbpi1_bdiv_qr.c, sbpi1_bdiv_q.c,
37                         toom_eval_dgr3_pm1.c, toom_eval_dgr3_pm2.c,
38                         toom_eval_pm1.c, toom_eval_pm2.c, toom_eval_pm2exp.c,
39                         divexact.c, mpn/x86/invert_limb.asm,
40                         mpn/x86_64/invert_limb.asm, mpz/nextprime.c,
41                         mpz/divexact.c.
43 Marco Bodrato           mpn/generic/toom44_mul.c, toom4_sqr.c, toom53_mul.c,
44                         toom62_mul.c, toom43_mul.c, toom52_mul.c,
45                         toom_interpolate_6pts.c, toom_couple_handling.c,
46                         toom63_mul.c, toom_interpolate_8pts.c,
47                         toom6h_mul.c, toom6_sqr.c, toom_interpolate_12pts.c,
48                         toom8h_mul.c, toom8_sqr.c, toom_interpolate_16pts.c,
49                         mulmod_bnm1.c, sqrmod_bnm1.c, nussbaumer_mul.c,
50                         toom_eval_pm2.c, toom_eval_pm2rexp.c,
51                         mullo_n.c, invert.c, invertappr.c.
53 David Harvey            mpn/x86_64/mul_basecase.asm
55 Martin Boij             mpn/generic/perfpow.c