summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ChangeLoggmp-6.2.0Torbjorn Granlund2020-01-171-0/+10
* (LIBGMP_LT_*, LIBGMPXX_LT_*, LIBMP_LT_*): Bump version info.Torbjorn Granlund2020-01-171-5/+6
* (__GNU_MP__, __GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLE...Torbjorn Granlund2020-01-171-3/+3
* ChangeLogTorbjorn Granlund2020-01-171-0/+41
* Add CLOBBER_CC for powerpc asm.Torbjorn Granlund2020-01-155-7/+14
* Add missing FUNC_EXIT.Torbjorn Granlund2020-01-151-0/+1
* Amend last change (remove debugging code).Torbjorn Granlund2020-01-131-1/+1
* Whitespace cleanup.Torbjorn Granlund2020-01-101-1/+1
* (powerpc): Add clobbers, make formatting cleanups.Torbjorn Granlund2020-01-101-41/+56
* (HAVE_NATIVE): Add mpn_sbpi1_bdiv_r.Torbjorn Granlund2020-01-101-1/+2
* (main): Use %zu for size_t printing.Torbjorn Granlund2020-01-101-1/+1
* Update from upstream.Torbjorn Granlund2020-01-102-52/+56
* For simplicity and correctness use LEAL directly.Torbjorn Granlund2020-01-101-6/+2
* mpz/lucmod.c: another typo in the same comment-line...Marco Bodrato2020-01-091-1/+1
* mini-mpq: s/8/CHAR_BIT/Marco Bodrato2020-01-092-3/+4
* Delete suggestion to use TESTS_ENVIRONMENT to run wine.Niels M?ller2020-01-032-12/+5
* Add several items.Torbjorn Granlund2020-01-031-8/+16
* doc/gmp.texi (mpn_gcd): Document restriction on parity of operands.Marco Bodrato2020-01-031-2/+3
* NEWS: mention speedup for mpz_perfect_power_pMarco Bodrato2020-01-031-0/+2
* NEWS: two more itemsMarco Bodrato2020-01-031-0/+5
* Amend last change.Torbjorn Granlund2019-12-231-1/+1
* Rewrite to invoke mpn_sqr when appropriate.Torbjorn Granlund2019-12-231-48/+86
* tests/mpf/t-conv.c: Test also the base=0 case.Marco Bodrato2019-12-201-2/+3
* Copyright yearsMarco Bodrato2019-12-205-5/+7
* tune/speed.c (routine): Add mpn_hgcd2_[45].Marco Bodrato2019-12-201-0/+2
* mpz/lucmod.c: typo in a commentMarco Bodrato2019-12-201-1/+1
* gmp-impl.h: Correct number of parameters for _nc macros.Marco Bodrato2019-12-191-6/+6
* mpz/powm.c: Use NORMALIZE_NOT_ZERO.Marco Bodrato2019-12-091-2/+2
* Copyright yearMarco Bodrato2019-12-091-1/+1
* ChangeLogMarco Bodrato2019-12-092-1/+10
* tests/mpz/t-powm.c: Randomised new test.Marco Bodrato2019-12-091-25/+31
* tests/mpz/t-powm.c: Trigger the just removed bug.Marco Bodrato2019-12-081-0/+23
* mpz/powm.c: Full normalisation when e=1 & b<0...Marco Bodrato2019-12-081-1/+1
* mini-gmp/: remove some sizeof(mp_limb_t)Marco Bodrato2019-12-052-11/+18
* mini-gmp/mini-gmp.c: indentMarco Bodrato2019-12-041-83/+83
* mini-gmp/mini-gmp.c (mpn_invert_3by2): Remove special code for limb sizes.Marco Bodrato2019-12-041-23/+0
* mini-gmp/mini-gmp.c (mpn_invert_3by2): Limit size of an intermediateMarco Bodrato2019-12-041-1/+1
* Finish change vs fat and gcd_11. Remove gcd_22 from fat functions for now, i...Torbjorn Granlund2019-12-026-8/+7
* Remove check for NATIVE_ implementation.Torbjorn Granlund2019-12-021-3/+2
* Remove gcd_1 as fat function, add gcd_11 and gcd_22.Torbjorn Granlund2019-11-293-34/+4
* Remove all gcd_1.asm files.Torbjorn Granlund2019-11-2920-2603/+0
* Delete USE_ZEROTAB from gcdext_1.c.Niels M?ller2019-11-242-60/+11
* (MPN_REDC_1, MPN_REDC_1_SEC): Prefer mpn_sbpi1_bdiv_r when it is provided.Torbjorn Granlund2019-11-202-2/+23
* mini-gmp/mini-gmp.c (mpn_invert_3by2): Use xor instead of negation, it does n...Marco Bodrato2019-11-201-2/+3
* Copyright yearsMarco Bodrato2019-11-192-2/+2
* ChangeLogMarco Bodrato2019-11-191-0/+4
* mini-gmp/tests: Remove a couple of warningsMarco Bodrato2019-11-192-2/+2
* mini-gmp/mini-gmp.c: IndentMarco Bodrato2019-11-191-105/+105
* mini-gmp/mini-gmp.c (mpn_invert_3by2): Move an assert earlier.Marco Bodrato2019-11-191-2/+2
* mini-gmp/mini-gmp.c (mpn_invert_3by2): Add a new shortcut.Marco Bodrato2019-11-191-1/+12