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
gladman
41e79780c3
2009-05-27 16:10:04 +00:00
wbhart
0d90e4faa8
Fixed a bug in FFT squaring code.
2009-05-27 15:58:27 +00:00
jasonmoxham
749c195a7c
Convert new divrem to yasm format
2009-05-27 14:28:30 +00:00
wbhart
c605f1e498
Removed some compiler warnings for MSVC from mul_fft.c.
2009-05-27 13:00:01 +00:00
jasonmoxham
1ff359d28a
divrem_2 speedup
2009-05-27 11:21:58 +00:00
gladman
e5ce3c7e05
2009-05-20 22:25:09 +00:00
gladman
2bf84f6a74
2009-05-20 20:58:09 +00:00
gladman
dea89e4760
Update windows build for latest assembler
2009-05-20 20:09:06 +00:00
jasonmoxham
61cd1223a3
New asm function mpn_divrem_euclidean_qr_2 for X86_64
2009-05-20 17:58:41 +00:00
jasonmoxham
5e1c28e1df
divrem_2 generic correction
2009-05-20 17:34:55 +00:00
jasonmoxham
e788f8b9b4
mul_basecase to yasm
2009-05-20 13:03:53 +00:00
jasonmoxham
5fb3fafe42
mul_basecase for GAS, so I know what the yasm conversion is of
2009-05-20 00:01:35 +00:00
gladman
659df23bbc
1. Improve g2y.py
...
2. Add divrem changes to Windows build
3. Add new x64 mpn_mul_basecase assembler to Windows
2009-05-19 19:53:15 +00:00
jasonmoxham
01da1f0caa
divrem update
2009-05-19 12:48:09 +00:00
jasonmoxham
483fe4ed21
divrem updates
2009-05-19 12:27:10 +00:00
jasonmoxham
b5980c95b1
divrem bits
2009-05-19 09:51:30 +00:00
gladman
0af849c1f2
1. Fix minor bug in Windows build
...
2. change gcdext.c to avoid C99 features
2009-05-19 09:44:06 +00:00
jasonmoxham
9c68614d77
Add new function generic mpn_divrem_euclidean_qr_2
2009-05-19 09:30:34 +00:00
wbhart
a49b4e2337
More tuning values, not that they make any difference.
2009-05-19 05:44:48 +00:00