Commit Graph

633 Commits

Author SHA1 Message Date
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
wbhart
4e3ab104c2 Updated all version number, author, changelog info etc, for new release,
and added my copyright to the new FFT code I modified.
2009-05-31 20:17:12 +00:00
wbhart
bc25f5bacd More generic x86_64 tuning values and values for fat binaries (taken from k8 values). 2009-05-31 18:47:52 +00:00
wbhart
987e5940a8 Added some generic x86_64 tuning values (just copied from K8). 2009-05-31 18:40:51 +00:00
jasonmoxham
ebee2bc09d int to mp_size_t fix 2009-05-31 11:55:57 +00:00
jasonmoxham
3a5ca8e73a int to mp_size_t fix 2009-05-31 11:54:46 +00:00
wbhart
ca73396faa Added workaround for gcc 4.1.2 on ia64 in toom4 and toom4 squaring code. 2009-05-30 10:03:10 +00:00
jasonmoxham
4a767f802c update fat for divrem_2 2009-05-29 17:28:19 +00:00
jasonmoxham
c821f065d8 ia64 param update 2009-05-29 14:13:52 +00:00
jasonmoxham
5a4f031e07 32bit pentium4 gmp-mparam 2009-05-28 23:58:49 +00:00
jasonmoxham
c0545601a0 k7 gmp-mparam.h 2009-05-28 22:05:44 +00:00
gladman
7979d75874 2009-05-28 15:49:07 +00:00
wbhart
b96d7f466b Tuning parameters for Core2. 2009-05-28 09:20:35 +00:00
wbhart
b0db490a0b K8 tuning values. 2009-05-28 00:12:42 +00:00
jasonmoxham
2fff63ed30 nehalem mparam update 2009-05-27 23:02:45 +00:00
wbhart
5a67fa8b45 Added K10 tuning values. 2009-05-27 22:27:18 +00:00
wbhart
f33c6a799e Tuning parameters for penryn. 2009-05-27 19:34:25 +00:00