wbhart
61d7ae5b73
Fixed all the bugs I just implemented.
2009-07-23 02:10:46 +00:00
wbhart
efb4333617
Ran autoconf and automake.
2009-07-23 01:36:07 +00:00
wbhart
5d3cf5509d
First hack at toom4_mul (unbalanced toom4).
2009-07-23 01:31:29 +00:00
jasonmoxham
9a475c7038
corrected ratios/fastest (#) in speed when taking values from a file
2009-07-22 21:32:09 +00:00
wbhart
87f1f58e90
Saved an unnecessary copy in lehmer gcd and fiddled with some parameters
...
in gcdext which sped it up slightly.
2009-07-22 04:26:36 +00:00
wbhart
d5e7b36cb0
Added strassen multiplication and increased the gcd test sizes so that
...
it actually gets used a few more times.
2009-07-22 00:44:05 +00:00
wbhart
899a1df461
Slight speedup by allowing tdiv_qr to alias and reduction of memory
...
usage in gcdext.
2009-07-20 14:35:31 +00:00
wbhart
bd57ca8fa6
Made some minor improvements to gcdext.c.
2009-07-20 12:59:25 +00:00
wbhart
23f24f3a23
Implemented Lehmer nxgcd and turned it on.
2009-07-20 06:27:34 +00:00
wbhart
aceee52323
Improved the mpn_gcdinv_1 function for speed.
2009-07-20 01:24:21 +00:00
wbhart
8347f89d14
Added mpn_gcdinv_1 and turned on MPN_ZERO and mpn_store assembly code in
...
FFT.
2009-07-19 23:08:09 +00:00
wbhart
f2e91a0543
Switched on lgcd for small gcd computations.
2009-07-19 19:11:40 +00:00
wbhart
342fb36ced
Cleaned up some of the comments in gcdext to do with the "cofactors" u0 and u1.
2009-07-19 17:43:15 +00:00
jasonmoxham
4be48d0baa
Update speed to accept columns from other files
2009-07-16 22:10:10 +00:00
wbhart
d38d72450e
Merged test2.
...
Signed-off-by: <wbhart>
2009-07-16 08:57:24 +00:00
wbhart
c10c172b92
Added line describing where Configure.txt can be found in the source tree.
...
Signed-off-by: <wbhart>
2009-07-16 08:57:01 +00:00
wbhart
254cde458f
Added a line describing where FILES.txt can be found.
2009-07-16 08:56:37 +00:00
wbhart
334ebdc66c
Test. Please ignore.
2009-07-16 07:07:51 +00:00
jasonmoxham
d8ea877a42
whoops managed to delete config.guess.c , add it back in
2009-07-15 16:04:38 +00:00
jasonmoxham
19085e207e
dos line endings
2009-07-15 15:53:17 +00:00
jasonmoxham
91a58a8161
Copyright header stuff
2009-07-15 15:41:07 +00:00
jasonmoxham
6f9bae2305
add exit codes to windows batch files
2009-07-13 00:19:43 +00:00
jasonmoxham
acb6258352
make clean windows updates
2009-07-12 20:16:29 +00:00
jasonmoxham
31e5250f08
fix for windows make.bat so it can detect python in 64bit mode
2009-07-12 20:02:00 +00:00
jasonmoxham
0df3e1850a
Configure and make mechnism for windows from windows branch
2009-07-12 19:20:21 +00:00
gladman
11ccfb52de
Update VC++ build instructions
2009-06-27 20:20:08 +00:00
jasonmoxham
c3e2fb2235
fixed trac 212 , missing entrie in fat structure
2009-06-15 03:18:40 +00:00
jasonmoxham
4c587bb0eb
fixed configure to ignore mingw broken mprotect , run autotools
2009-06-15 01:28:27 +00:00
jasonmoxham
77e6c3d78a
fix trac ticket 216 alias for getrusage not used properly on mingw
2009-06-14 22:04:15 +00:00
jasonmoxham
9a45836cf4
update config.guess to remove dummy file under cygwin/mingw
2009-06-14 21:17:15 +00:00
wbhart
42c02e9733
Moved new mul_basecase into netburst directory.
2009-06-07 00:32:55 +00:00
wbhart
d599623d25
Added tuning values for netburst.
2009-06-06 23:37:19 +00:00
gladman
0f49f0d847
Record Windows Core2 FFT tuning values but don't use them
2009-06-06 19:41:50 +00:00
wbhart
fc6f037682
Added reference to the FFT paper of Gaudy, Kruppa and Zimmermann.
2009-06-06 18:17:53 +00:00
wbhart
f23ff5f0b5
Added Windos Core 2 tuning values (it's slower fith FFT-tuning values,
...
so these are omitted.
2009-06-06 13:41:30 +00:00
wbhart
27a3fa9217
Deleted all pa64 assembly code as it all appears to be broken.
...
--This line, and those below, will be ignored--
D mpn/pa64/umul.asm
D mpn/pa64/sqr_diagonal.asm
D mpn/pa64/add_n.asm
D mpn/pa64/addmul_1.asm
D mpn/pa64/sub_n.asm
D mpn/pa64/submul_1.asm
D mpn/pa64/udiv.asm
D mpn/pa64/aorslsh1_n.asm
D mpn/pa64/lshift.asm
D mpn/pa64/mul_1.asm
D mpn/pa64/rshift.asm
2009-06-04 18:13:40 +00:00
gladman
daaf4e5be3
1. Windows Core2 tuning with Linux FFT tuning values
2009-06-03 11:50:24 +00:00
gladman
a5728f690e
1. Minor (cosmetic) change of a Windows aspect of speed.h
...
2. Minor changes to Windows getrusage and gettimeofday headers
3. Add (finally!) Windows FFT tuning for the K8
2009-06-03 09:25:21 +00:00
wbhart
d7eed06c0c
Added tuning values for hppa2.0 (ABI=1.0).
2009-06-03 03:12:18 +00:00
wbhart
42d5f245d5
Added powerpc7455 tuning values.
2009-06-02 21:25:21 +00:00
wbhart
012418916e
Added arm tuning parameters.
2009-06-02 20:16:29 +00:00
wbhart
6b49328621
Slightly relaxed the conditions used in make tune to prevent tuning malfunctions and added make tune values for netburst.
2009-06-02 15:35:31 +00:00
jasonmoxham
42b02d4f32
remove gnu_source redefinition warning
2009-06-02 15:26:21 +00:00
jasonmoxham
0860e1fa82
powerpc64 varro fft tuning
2009-06-02 11:49:05 +00:00
jasonmoxham
0a7e1dad0e
Sparc64 fft params
2009-06-01 17:56:37 +00:00
jasonmoxham
563142f6be
autoreconf
2009-06-01 14:18:24 +00:00
jasonmoxham
a1debbada1
sparc64 tuning
2009-05-31 21:08:02 +00:00
wbhart
45a3f0b95d
Ran automake.
2009-05-31 20:39:34 +00:00
wbhart
31723092f4
Attempt to fix missing build.vc9 directory for make dist.
2009-05-31 20:37:46 +00:00
wbhart
5d57433347
Ran aclocal, autoheader, autoconf, automake, configure.
2009-05-31 20:26:55 +00:00