Home | History | Annotate | Line # | Download | only in dist
      1 Authors of GNU MP (in chronological order of initial contribution)
      2 
      3 Torbjrn Granlund	Main author
      4 
      5 John Amanatides		Original version of mpz/pprime_p.c
      6 
      7 Paul Zimmermann		mpn/generic/mul_fft.c, now defunct dc_divrem_n.c,
      8 			rootrem.c, old mpz/powm.c, old toom3 code.
      9 
     10 Ken Weber		Now defunct mpn/generic/bdivmod.c, old mpn/generic/gcd.c
     11 
     12 Bennet Yee		Previous versions of mpz/jacobi.c mpz/legendre.c
     13 
     14 Andreas Schwab		mpn/m68k/lshift.asm, mpn/m68k/rshift.asm
     15 
     16 Robert Harley		Old mpn/generic/mul_n.c, previous versions of files in
     17 			mpn/arm
     18 
     19 Linus Nordberg		Random number framework, original autoconfery
     20 
     21 Kent Boortz		MacOS 9 port, now defunct.
     22 
     23 Kevin Ryde		Most x86 assembly, new autoconfery, and countless other
     24 			things (please see the GMP manual for complete list)
     25 
     26 Gerardo Ballabio	gmpxx.h and C++ istream input
     27 
     28 Pedro Gimeno		Mersenne Twister random generator, other random number
     29 			revisions
     30 
     31 Jason Moxham		Previous versions of mpz/fac_ui.c and gen-fac_ui.c
     32 
     33 Niels Mller		gen-jacobitab.c,
     34 			mpn/generic/hgcd2.c, hgcd.c, hgcd_step.c,
     35 			hgcd_appr.c, hgcd_matrix.c, hgcd_reduce.c,
     36 			gcd.c, gcd_11.c, gcd_22.c, gcdext.c, matrix22_mul.c,
     37 			gcdext_1.c, gcd_subdiv_step.c, gcd_lehmer.c,
     38 			gcdext_subdiv_step.c, gcdext_lehmer.c,
     39 			jacobi_2.c, jacbase.c, hgcd_jacobi.c, hgcd2_jacobi.c,
     40 			matrix22_mul1_inverse_vector.c,
     41 			toom_interpolate_7pts, mulmod_bnm1.c, dcpi1_bdiv_qr.c,
     42 			dcpi1_bdiv_q.c, sbpi1_bdiv_qr.c, sbpi1_bdiv_q.c,
     43 			sec_invert.c,
     44 			toom_eval_dgr3_pm1.c, toom_eval_dgr3_pm2.c,
     45 			toom_eval_pm1.c, toom_eval_pm2.c, toom_eval_pm2exp.c,
     46 			divexact.c, mod_1_1.c, div_qr_2.c,
     47 			div_qr_2n_pi1.c, div_qr_2u_pi1.c, broot.c,
     48 			brootinv.c,
     49 			mpn/x86/k7/invert_limb.asm, mod_1_1.asm,
     50 			mpn/x86_64/invert_limb.asm,
     51 			invert_limb_table.asm, mod_1_1.asm,
     52 			div_qr_2n_pi1.asm, div_qr_2u_pi1.asm,
     53 			mpn/x86_64/core2/aorsmul_1.asm,
     54 			mpz/nextprime.c, divexact.c, gcd.c, gcdext.c,
     55 			jacobi.c, combit.c, mini-gmp/mini-gmp.c.
     56 
     57 Marco Bodrato		mpn/generic/toom44_mul.c, toom4_sqr.c, toom53_mul.c,
     58 			toom62_mul.c, toom43_mul.c, toom52_mul.c, toom54_mul.c,
     59 			toom_interpolate_6pts.c, toom_couple_handling.c,
     60 			toom63_mul.c, toom_interpolate_8pts.c,
     61 			toom6h_mul.c, toom6_sqr.c, toom_interpolate_12pts.c,
     62 			toom8h_mul.c, toom8_sqr.c, toom_interpolate_16pts.c,
     63 			mulmod_bnm1.c, sqrmod_bnm1.c, nussbaumer_mul.c,
     64 			toom_eval_pm2.c, toom_eval_pm2rexp.c,
     65 			fib2m.c, strongfibo.c,
     66 			mullo_n.c, sqrlo.c, invert.c, invertappr.c;
     67 			mpn/x86/atom/aors_n.asm, aorslshC_n.asm,
     68 			aorrlsh{1,2,C}_n.asm, aorsmul_1.asm, logops_n.asm,
     69 			sublsh2_n.asm, rshift.asm; primesieve.c;
     70 			mpz/fac_ui.c, 2fac_ui.c, mfac_uiui.c, oddfac_1.c,
     71 			primorial_ui.c, prodlimbs.c, bin_ui.c,
     72 			lucmod.c, stronglucas.c,
     73 			goetgheluck_bin_uiui.c; mini-gmp/mini-mpq.c.
     74 
     75 David Harvey		mpn/generic/add_err1_n.c, add_err2_n.c,
     76 			add_err3_n.c, sub_err1_n.c, sub_err2_n.c,
     77 			sub_err3_n.c, mulmid_basecase.c, mulmid_n.c,
     78 			toom42_mulmid.c,
     79 			mpn/x86_64/mul_basecase.asm, aors_err1_n.asm,
     80 			aors_err2_n.asm, aors_err3_n.asm,
     81 			mulmid_basecase.asm,
     82 			mpn/x86_64/core2/aors_err1_n.asm.
     83 
     84 Martin Boij		mpn/generic/perfpow.c
     85 
     86 Marc Glisse		gmpxx.h improvements
     87 
     88 David Miller		mpn/sparc32/ultrasparct1/{addmul_1,mul_1,submul_1}.asm
     89 			mpn/sparc64/ultrasparct3/{mul_1,addmul_1,submul_1}.asm
     90 			mpn/sparc64/ultrasparct3/{add_n,sub_n}.asm
     91 			mpn/sparc64/ultrasparct3/{popcount,hamdist}.asm
     92 			mpn/sparc64/ultrasparct3/cnd_aors_n.asm
     93 			mpn/sparc64/{rshift,lshift,lshiftc}.asm
     94 			mpn/sparc64/tabselect.asm
     95 
     96 Mark Sofroniou		mpn/generic/mul_fft.c type cleanup.
     97 
     98 Ulrich Weigand		Changes to support powerpc64le:
     99 			configure.ac, mpn/powerpc64/{elf,aix,darwin}.m4,
    100 			mpn/powerpc32/{darwin,elf}.m4,
    101 			mpn/powerpc64/mode64/{dive_1,divrem_1,divrem_2}.asm,
    102 			mpn/powerpc64/mode64/{gcd_1,invert_limb,mode1o}.asm,
    103 			mpn/powerpc64/mode64/{mod_1_1,mod_1_4}.asm,
    104 			mpn/powerpc64/mode64/p7/gcd_1.asm,
    105 			mpn/powerpc64/p6/{lshift,lshiftc,rshift}.asm,
    106 			mpn/powerpc64/vmx/popcount.asm.
    107