William Hart
|
1eb21d584f
|
Ran test functions with insufficient whitespace through indent.
|
2014-03-25 20:43:50 +00:00 |
|
William Hart
|
9cf9b9bbaf
|
Remove gcd_finda.asm and references to it.
|
2014-03-25 20:14:46 +00:00 |
|
William Hart
|
5b5b345ef2
|
Attempt to fix an issue with sandybridge with no avx support.
|
2014-03-25 19:24:34 +00:00 |
|
William Hart
|
c8e4a9e590
|
Added bobcat tuning values. Thanks Frithjof Schulze.
|
2014-03-25 18:31:58 +00:00 |
|
William Hart
|
45e7dbc9b4
|
Added piledriver, ivybridge, haswell to configure and fat build.
|
2014-03-25 17:32:34 +00:00 |
|
William Hart
|
0795469230
|
Add new x86_64 assembly functions provided for all platforms to fat build.
|
2014-03-25 15:24:17 +00:00 |
|
William Hart
|
af5e5416c8
|
Remove unused tuning values, insert provisional FFT tuning values. See #92.
|
2014-03-25 14:33:43 +00:00 |
|
William Hart
|
08e6470110
|
Tuning for powerpc32. Remove adjustments to tuneup.c as they don't help on
ppc32.
|
2014-03-24 23:41:24 +00:00 |
|
William Hart
|
2e0b2137d6
|
Added tuning for powerpc64 and tried to fix at least one problem with tuning on
that platform.
|
2014-03-24 23:11:11 +00:00 |
|
William Hart
|
d6fe8951ee
|
Added tuning for sparc32/v9 and default value for FFT_MULMOD_2EXPP1_CUTOFF.
|
2014-03-24 22:36:54 +00:00 |
|
William Hart
|
d17ac9957b
|
Added x86/pentium4/sse2 tuning values.
|
2014-03-24 22:10:02 +00:00 |
|
William Hart
|
bcad8933d8
|
Whether is it nobler to do sparc64 tuning with an old gcc on a new machine or a
new gcc on an old machine... or to just tell sparc owners that tuning aint gonna
help their speed problem...
|
2014-03-24 21:07:07 +00:00 |
|
William Hart
|
984d9dbe8e
|
Missing endlines and jacobi prototypes for gmp-impl.h.
|
2014-03-24 18:54:51 +00:00 |
|
William Hart
|
5bb2ca9aee
|
Provisional sparc64 tuning values.
|
2014-03-24 18:21:47 +00:00 |
|
William Hart
|
10283de0c6
|
Spacing.
|
2014-03-24 17:33:45 +00:00 |
|
William Hart
|
a6b31574a0
|
Update final cutoff for ia64.
|
2014-03-21 18:37:23 +00:00 |
|
William Hart
|
403c9e4cd7
|
Updated ia64 tuning.
|
2014-03-21 18:28:58 +00:00 |
|
William Hart
|
06344c67e8
|
Added core2 tuning values.
|
2014-03-21 17:13:17 +00:00 |
|
William Hart
|
dfe64a438f
|
Update nehalem tuning values.
|
2014-03-21 16:34:38 +00:00 |
|
William Hart
|
4dea3d29f9
|
Added piledriver tuning.
|
2014-03-21 16:21:44 +00:00 |
|
William Hart
|
b3471ddac5
|
Update sandybridge and westmere tuning values.
|
2014-03-21 16:05:02 +00:00 |
|
William Hart
|
25dc06c67f
|
Add bulldozer tuning values (not currently used).
|
2014-03-21 15:44:22 +00:00 |
|
William Hart
|
34d5011417
|
Updated k10 tuning values.
|
2014-03-21 15:28:00 +00:00 |
|
William Hart
|
0f873fe8b5
|
Update k8 tuning values.
|
2014-03-21 15:20:55 +00:00 |
|
William Hart
|
c50bf32dfc
|
Added netburst tuning.
|
2014-03-21 15:05:00 +00:00 |
|
William Hart
|
7216228952
|
Fix bug in FFT which causes tuning code to crash.
|
2014-03-20 20:07:26 +00:00 |
|
William Hart
|
a307e2221f
|
New penryn tuning.
|
2014-03-20 16:12:00 +00:00 |
|
William Hart
|
abee3112ce
|
Add missing mpir.h.
|
2014-03-20 16:00:53 +00:00 |
|
William Hart
|
3b6a11e4c5
|
Added tuning code from GMP for gcd, gcdext, jacobi and fac_ui.
|
2014-03-20 15:28:01 +00:00 |
|
William Hart
|
e6b6751c97
|
Update tuning for penryn.
|
2014-03-19 23:41:58 +00:00 |
|
William Hart
|
a87ef5b3e7
|
Missing mpir.h.
|
2014-03-19 23:19:46 +00:00 |
|
William Hart
|
471fddeece
|
Added tuning for small version of sb_divappr_q and sb_div_qr.
|
2014-03-19 23:09:38 +00:00 |
|
William Hart
|
5d35ea55a4
|
Better k10 tuning values.
|
2014-03-19 17:48:14 +00:00 |
|
William Hart
|
4fa350f51d
|
Hack FFT usage into mpn_mulmod_2expp1.
|
2014-03-19 17:32:01 +00:00 |
|
William Hart
|
ba01f2690d
|
unsigned long -> mpir_ui.
|
2014-02-28 19:33:27 +00:00 |
|
William Hart
|
77542fb62b
|
Update to new divegcd from GMP 5.1.3.
|
2014-02-28 16:57:25 +00:00 |
|
William Hart
|
8e3504e372
|
Updated to new bin_ui and bin_uiui code from GMP 5.1.3. Added a version of
mpn_divrem_hensel_rsh_qr_1 that takes a precomputed inverse.
|
2014-02-28 16:44:53 +00:00 |
|
William Hart
|
006f33dc49
|
Updated mpz/jacobi.c from GMP 5.1.3.
|
2014-02-28 13:59:52 +00:00 |
|
William Hart
|
7e44cf98e7
|
Added primorial code and test code from GMP/
|
2014-02-28 13:49:27 +00:00 |
|
William Hart
|
3b39af2d08
|
Added mfac_uiui and test code from GMP-5.1.3.
|
2014-02-28 13:35:36 +00:00 |
|
William Hart
|
abc2bd4b83
|
Added t-fac_ui test code and changed gmp.h => mpir.h.
|
2014-02-28 13:19:19 +00:00 |
|
William Hart
|
024bca73a7
|
Forgot to commit the file!
|
2014-02-28 13:00:53 +00:00 |
|
William Hart
|
b2dad35919
|
Added double factorial code from GMP 5.1.3.
|
2014-02-28 13:00:17 +00:00 |
|
William Hart
|
c83838d803
|
Update to latest lucas code from GMP 5.1.3.
|
2014-02-28 12:33:38 +00:00 |
|
William Hart
|
0dce4dded5
|
Typo.
|
2014-02-28 11:40:21 +00:00 |
|
William Hart
|
67809f39a2
|
Update to GMP 5.1.3 factorial code.
|
2014-02-27 21:35:04 +00:00 |
|
William Hart
|
fd6b1b0571
|
Update to latest mpz_gcd and mpz_gcdext from GMP.
|
2014-02-27 17:58:43 +00:00 |
|
William Hart
|
68c4a8d583
|
Apparently I didn't update these correctly.
|
2014-02-27 17:35:55 +00:00 |
|
William Hart
|
4c81d9ea46
|
Fix bugs in tuneup.
|
2014-02-27 17:01:09 +00:00 |
|
William Hart
|
3c20c75b3b
|
Whoops, forgot to git add these files at the last commit.
|
2014-02-27 16:11:37 +00:00 |
|