github.com/aergoio/aergo@v1.3.1/libtool/src/gmp-6.1.2/AUTHORS (about) 1 Authors of GNU MP (in chronological order of initial contribution) 2 3 Torbjörn 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 Möller 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, 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 mullo_n.c, sqrlo.c, invert.c, invertappr.c; 66 mpz/fac_ui.c, 2fac_ui.c, mfac_uiui.c, oddfac_1.c, 67 primorial_ui.c, prodlimbs.c, goetgheluck_bin_uiui.c. 68 69 David Harvey mpn/generic/add_err1_n.c, add_err2_n.c, 70 add_err3_n.c, sub_err1_n.c, sub_err2_n.c, 71 sub_err3_n.c, mulmid_basecase.c, mulmid_n.c, 72 toom42_mulmid.c, 73 mpn/x86_64/mul_basecase.asm, aors_err1_n.asm, 74 aors_err2_n.asm, aors_err3_n.asm, 75 mulmid_basecase.asm, 76 mpn/x86_64/core2/aors_err1_n.asm. 77 78 Martin Boij mpn/generic/perfpow.c 79 80 Marc Glisse gmpxx.h improvements 81 82 David Miller mpn/sparc32/ultrasparct1/{addmul_1,mul_1,submul_1}.asm 83 mpn/sparc64/ultrasparct3/{mul_1,addmul_1,submul_1}.asm 84 mpn/sparc64/ultrasparct3/{add_n,sub_n}.asm 85 mpn/sparc64/ultrasparct3/{popcount,hamdist}.asm 86 mpn/sparc64/ultrasparct3/cnd_aors_n.asm 87 mpn/sparc64/{rshift,lshift,lshiftc}.asm 88 mpn/sparc64/tabselect.asm 89 90 Mark Sofroniou mpn/generic/mul_fft.c type cleanup. 91 92 Ulrich Weigand Changes to support powerpc64le: 93 configure.ac, mpn/powerpc64/{elf,aix,darwin}.m4, 94 mpn/powerpc32/{darwin,elf}.m4, 95 mpn/powerpc64/mode64/{dive_1,divrem_1,divrem_2}.asm, 96 mpn/powerpc64/mode64/{gcd_1,invert_limb,mode1o}.asm, 97 mpn/powerpc64/mode64/{mod_1_1,mod_1_4}.asm, 98 mpn/powerpc64/mode64/p7/gcd_1.asm, 99 mpn/powerpc64/p6/{lshift,lshiftc,rshift}.asm, 100 mpn/powerpc64/vmx/popcount.asm.