summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add automake item.rel-5.1.1Torbjorn Granlund2013-02-111-2/+5
|
* Add items.Torbjorn Granlund2013-02-101-0/+5
|
* NEWS: added an item.Marco Bodrato2013-02-101-0/+2
|
* ChangeLogTorbjorn Granlund2013-02-101-0/+4
|
* Whitespace cleanup.Torbjorn Granlund2013-02-085-9/+9
|
* tune/speed.h (SPEED_ROUTINE_MPN_MUL): Use operands from struct s.Marco Bodrato2013-02-073-10/+21
|
* jacobi testing: Rewrote check_large_quotients.Niels M?ller2013-02-062-216/+110
|
* ChangeLogTorbjorn Granlund2013-02-051-0/+4
|
* Limit random dbits to avoid an infinite loop.Torbjorn Granlund2013-02-051-2/+2
|
* ChangeLogTorbjorn Granlund2013-02-031-0/+6
|
* Fix typo causing the same negation condition to be applied to all operands.Torbjorn Granlund2013-02-031-20/+40
| | | | | Fix condition for when to invoke mpz_remove. Make different-size random operands.
* ChangeLogMarco Bodrato2013-02-021-0/+4
|
* mpz/remove.c: Correct the sign in case of reuse.Marco Bodrato2013-02-021-2/+2
|
* Fix a comment typo.Torbjorn Granlund2013-02-011-1/+1
|
* ChangeLogTorbjorn Granlund2013-02-011-0/+3
|
* (DIGITS_IN_BASE_PER_LIMB): Add a cast.Torbjorn Granlund2013-02-011-3/+4
| | | | (LIMBS_PER_DIGIT_IN_BASE): Likewise.
* ChangeLogTorbjorn Granlund2013-02-011-0/+5
|
* (refmpn_mul): Use toom6h instead of toom44 for the largest operands.Torbjorn Granlund2013-02-011-8/+15
|
* Revert last change in favour of a simple change (thanks Marco!).Torbjorn Granlund2013-01-313-16/+8
|
* Take toom6h and toom8h into account, using new macro MUL_NEXTALG_THRESHOLD.Torbjorn Granlund2013-01-303-4/+24
|
* ChangeLogTorbjorn Granlund2013-01-261-1/+1
|
* Test also mpn_com.Torbjorn Granlund2013-01-261-9/+13
|
* ChangeLog.Torbjorn Granlund2013-01-261-0/+3
|
* Set things up to always test library logops, not gmp-impl.h's inlined variants.Torbjorn Granlund2013-01-261-1/+15
|
* ChangeLogMarco Bodrato2013-01-261-0/+2
|
* mpz/cmp_si.c: Use ABS_CAST.Marco Bodrato2013-01-261-4/+4
|
* ChangeLogMarco Bodrato2013-01-261-0/+4
|
* mpz/remove.c: init+set=init_set, cast before shiftingMarco Bodrato2013-01-261-4/+3
|
* ChangeLogTorbjorn Granlund2013-01-261-0/+4
|
* Test also mpn_mod_1s_3p.Torbjorn Granlund2013-01-261-1/+12
|
* Swap some lines to make it similar to mod_4.c.Torbjorn Granlund2013-01-261-7/+10
|
* Fix typo in a comment.Marco Bodrato2013-01-261-2/+2
|
* ChangeLogTorbjorn Granlund2013-01-261-0/+4
|
* Fix typo in last change.Torbjorn Granlund2013-01-261-1/+2
|
* mini-gmp/tests/: Avoid a handful of warnings.Marco Bodrato2013-01-256-17/+22
|
* mini-gmp/mini-gmp.c (mpz_cmpabs_d): Reindent, and move ABS inside the if.Marco Bodrato2013-01-231-21/+22
|
* ChangeLogMarco Bodrato2013-01-231-1/+2
|
* mini-gmp/mini-gmp.c (mpz_cmpabs_d, mpz_cmp_d): Simplify.Marco Bodrato2013-01-231-26/+6
|
* ChangeLogMarco Bodrato2013-01-231-0/+4
|
* mini-gmp/mini-gmp.c (mpz_set_str): Behaviour more adherent to the real GMP.Marco Bodrato2013-01-231-4/+1
|
* ChangeLogTorbjorn Granlund2013-01-221-2/+4
|
* (LIBGMP_LT_*, LIBGMPXX_LT_*): Bump version info.Torbjorn Granlund2013-01-221-2/+3
|
* Bump version.Torbjorn Granlund2013-01-221-1/+1
|
* ChangeLogTorbjorn Granlund2013-01-221-0/+3
|
* Delete always zero 'failures' and code depending on it. Replace rotating ↵Torbjorn Granlund2013-01-221-9/+4
| | | | progress with real measure.
* ChangeLogTorbjorn Granlund2013-01-221-0/+4
|
* (check-mini-gmp): Fix typo in last change.Torbjorn Granlund2013-01-221-1/+1
|
* mini-gmp: Simplified mpz_cmp_d.Niels M?ller2013-01-222-41/+15
|
* mini-gmp: Test mpz_cmp_d and mpz_cmpabs_d.Niels M?ller2013-01-224-1/+308
|
* mini-gmp: Implemented mpz_cmpabs_d.Niels M?ller2013-01-223-0/+54
|