summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Recognise zen2.Torbjorn Granlund2019-11-182-2/+20
* Regenerate more gmp-mparam.h files for larger FFT limit.Torbjorn Granlund2019-11-173-247/+447
* Rewrite.Torbjorn Granlund2019-11-171-90/+135
* Rewrite.Torbjorn Granlund2019-11-171-74/+73
* Increase alignment; update x/l table.Torbjorn Granlund2019-11-171-13/+10
* mpn/sparc64/dive_1.c: Avoid undefined behavior: << 64.Marco Bodrato2019-11-171-7/+11
* mini-gmp/mini-gmp.h: Prepend "unsigned" to MINI_GMP_LIMB_TYPEMarco Bodrato2019-11-171-3/+3
* mini-gmp: Enable testing with different limb sizes (types).Marco Bodrato2019-11-172-2/+6
* tune: Small optimisations to recent changes.Marco Bodrato2019-11-163-11/+11
* ChangeLogMarco Bodrato2019-11-161-0/+11
* tune/: tune/speed support for mpz_nextprime (by Seth Troisi)Marco Bodrato2019-11-163-0/+50
* tune/: tune/speed support for mpn_perfect_{power,square}_p (by Seth Troisi)Marco Bodrato2019-11-163-0/+69
* ChangeLogMarco Bodrato2019-11-101-1/+5
* mini-gmp/mini-gmp.c: Use already defined constants.Marco Bodrato2019-11-101-2/+2
* mpn/generic/toom_interpolate_6pts.c: Borrow code from _7pts.Marco Bodrato2019-11-091-2/+4
* small corrections to previous changesMarco Bodrato2019-11-093-5/+5
* doc/gmp.texi (Contributors): Small update.Marco Bodrato2019-11-091-2/+3
* mini-gmp: Avoid undefined behaviour with small limb sizesMarco Bodrato2019-11-092-17/+45
* ChangeLogMarco Bodrato2019-11-091-0/+5
* mpz/millerrabin.c: Update limit for checked valuesMarco Bodrato2019-11-091-6/+6
* tune/speed*: add optional r flag for mpz_powmMarco Bodrato2019-11-092-2/+5
* mpn/generic/gcdext_1.c: remove non printable char from a commentMarco Bodrato2019-11-091-1/+1
* AUTHORS: Add gcd_11.c and gcd_22.c.Niels M?ller2019-11-091-1/+1
* Mention new .pc (pkg-config) files in NEWSNiels M?ller2019-11-091-0/+2
* Add more NEWS items.Torbjorn Granlund2019-11-071-12/+24
* Mention fibonacci in NEWS.Marc Glisse2019-11-071-1/+1
* (SQR_TOOM2_THRESHOLD): Adjust down to k7's limit as per comment.Torbjorn Granlund2019-11-031-1/+1
* Regenerate most relevant gmp-mparam.h files for larger FFT limit.Torbjorn Granlund2019-11-0247-2918/+7037
* (SQR_TOOM2_THRESHOLD): Adjust down to k7's limit as per comment.Torbjorn Granlund2019-10-061-1/+1
* ChangeLogTorbjorn Granlund2019-10-021-0/+21
* Trivial merge.Torbjorn Granlund2019-10-023-5/+5
|\
| * Increase repeat count for recent small gcd unit tests.Niels M?ller2019-10-023-3/+3
| * Fix gcdext_1 test for archs with mp_limb_t > unsigned long.Niels M?ller2019-10-021-2/+2
* | ChangeLogTorbjorn Granlund2019-10-021-0/+5
* | Make more path distinctions for the benefit of gmp-mparam.h.Torbjorn Granlund2019-10-021-6/+8
* | New tuneup files.Torbjorn Granlund2019-10-0213-717/+1346
|/
* New tuneup files.Torbjorn Granlund2019-10-0210-1380/+963
* Trivial merge.Torbjorn Granlund2019-10-019-703/+657
|\
| * New tuneup files.Torbjorn Granlund2019-10-016-539/+488
| * New tuneup files.Torbjorn Granlund2019-10-012-162/+167
| * Let cortex-a7x look in a57 folder.Torbjorn Granlund2019-10-011-2/+2
* | Fix canonicalization condition in binary mpn_gcdext_1.Niels M?ller2019-10-012-2/+10
* | mini-gmp: Stricter validity checks for gcdext corner cases.Niels M?ller2019-09-302-4/+11
* | Unit test for mpn_gcdext_1.Niels M?ller2019-09-303-1/+136
|/
* New tuneup files.Torbjorn Granlund2019-09-2912-1445/+1069
* New tuneup files.Torbjorn Granlund2019-09-297-791/+799
* Mark added div1 variants as static.Torbjorn Granlund2019-09-231-2/+2
* Measure variant 4 and 5 of HGCD2_DIV1_METHOD.Torbjorn Granlund2019-09-236-12/+109
* Make tuning of hgcd and gcd take hgcd2 choice into accountNiels M?ller2019-09-235-13/+85
* Improve method 4 and 5 by using the division free methods optimistically, det...Torbjorn Granlund2019-09-231-136/+159