jasonmoxham
98fb151932
merged buildtest branch into trunk for building outside the src tree , the command I used was svn merge -r 1643:1669 ../branches/buildtest/ in my local copy of trunk
2009-03-03 21:40:13 +00:00
jasonmoxham
c2b39601ec
movq to movd fix for broken old masm on OSX
2009-03-03 18:11:42 +00:00
jasonmoxham
cec19c727c
removed # comments from x86_64 assembler as OSX dont like em
2009-03-03 17:58:40 +00:00
gladman
8a2bcdc402
update g2y.py for 3 op instructions
2009-03-03 16:08:29 +00:00
gladman
713d6e3bd3
2009-03-02 20:06:28 +00:00
gladman
9cdf5f371a
Commit revised windows assembler code
...
Update Windows build projects
2009-03-02 20:03:30 +00:00
jasonmoxham
a07c4b86c6
update core2 cpu detection for fat
2009-03-02 15:23:14 +00:00
jasonmoxham
c867a0f96c
trunk fat dummy functions redc_basecase,sumdiff_n for x86_64 and x86
2009-03-02 14:28:08 +00:00
jasonmoxham
bc96592570
trunk fat dummy functions mul/sqr basecase for x86_64 , and move amd64 copy asm to x86_64
2009-03-02 14:24:15 +00:00
jasonmoxham
a3a0793c66
update gmp-mparam for linux K8,K10,core2
2009-02-28 00:13:22 +00:00
gladman
43c512942f
Correct Bug in 0.9.0
...
Update AMD64 Windows build
2009-02-27 18:17:05 +00:00
jasonmoxham
def21c1810
add redc_basecase and sumdiff_n to the fat structure
2009-02-27 17:59:28 +00:00
jasonmoxham
3a9c3daa69
fixed fat build failure for dvexact_byff
2009-02-27 17:12:50 +00:00
gladman
8677195546
Windows tuning update
2009-02-27 14:51:04 +00:00
gladman
0bb4c4976d
2009-02-27 14:25:49 +00:00
gladman
694af0fc34
Major Windows Commit:
...
1. Add tune/speed build capability
2. Add JM's Core2 code
2009-02-27 14:24:25 +00:00
gladman
34ee6223f4
Update windows assembler to remove alignment padding problems
2009-02-26 11:11:27 +00:00
jasonmoxham
050cf70a1c
set default speed/time precision from 10000 to 1000000
2009-02-25 18:20:26 +00:00
jasonmoxham
f75309176a
new fns lshift1,rshift1,addadd,addsub,sumdiff,divexactbyff,redc_basecase not visible to user only internally
2009-02-24 01:51:11 +00:00
jasonmoxham
f86e86473b
Copy AMD asm code to core2 and change inc/dec to add/sub
2009-02-23 11:26:08 +00:00
gladman
3f353d55a8
Bring Windows up to date on new trunk
2009-02-22 21:03:08 +00:00
jasonmoxham
ade991f4f4
todo
2009-02-20 09:29:10 +00:00
gladman
ee097ed937
2009-02-20 08:30:38 +00:00
jasonmoxham
43160f61a6
added include longlong to diveby3.c
2009-02-20 00:47:24 +00:00
jasonmoxham
deb06ea4ed
merged k8-branch into trunk , autotools , few handbits , windows bits just copyed over
2009-02-19 23:22:30 +00:00
jasonmoxham
6452e3bc08
update info docs
2009-02-12 14:17:32 +00:00
jasonmoxham
3f076fe6ef
update configure
2009-02-12 13:11:46 +00:00
jasonmoxham
dbf715e599
autostuff and change name of file gmpxx.h to mpirxx.h
2009-02-12 12:50:13 +00:00
jasonmoxham
d429481e4b
change libgmp_la to libmpir_la and libgmpxx_la to libmpirxx_la
2009-02-12 12:47:21 +00:00
jasonmoxham
b76677c8fc
changed libgmp*.* for a few odd cases left
2009-02-12 12:25:23 +00:00
jasonmoxham
f62cab6011
changed libgmp*.* for a few odd cases left
2009-02-12 12:00:42 +00:00
jasonmoxham
31ec9cdbeb
for file in $(find -name Makefile.am) ; do sed -e "s/libgmp\.a/libmpir.a/g" $file > temp ; mv temp $file ; done
...
for file in $(find -name Makefile.am) ; do sed -e "s/libgmp\.la/libmpir.la/g" $file > temp ; mv temp $file ; done
for file in $(find -name Makefile.am) ; do sed -e "s/libgmpxx\.la/libmpirxx.la/g" $file > temp ; mv temp $file ; done
for file in $(find -name Makefile.am) ; do sed -e "s/libgmpxx\.a/libmpirxx.a/g" $file > temp ; mv temp $file ; done
2009-02-12 11:51:33 +00:00
jasonmoxham
9b722633b9
changed gmpxx.h to mpirxx.h for a few odd cases left
2009-02-12 11:37:18 +00:00
jasonmoxham
a6ab0a96b3
changed gmp.h to mpir.h for a few odd cases left
2009-02-12 11:23:26 +00:00
jasonmoxham
c6bffec6ad
for file in $(find -name \*.cc) ; do sed -e "s/#include \"gmpxx\.h\"/#include \"mpirxx.h\"/g" $file > temp ; mv temp $file ; done
2009-02-12 10:30:03 +00:00
jasonmoxham
e554550755
for file in $(find -name \*.c ) ; do sed -e "s/#include \"gmp\.h\"/#include \"mpir.h\"/g" $file > temp ; mv temp $file ; done
...
for file in $(find -name \*.h ) ; do sed -e "s/#include \"gmp\.h\"/#include \"mpir.h\"/g" $file > temp ; mv temp $file ; done
for file in $(find -name \*.cc) ; do sed -e "s/#include \"gmp\.h\"/#include \"mpir.h\"/g" $file > temp ; mv temp $file ; done
2009-02-12 10:24:24 +00:00
jasonmoxham
96dbe25788
cp AUTHORS,README to build.vc9/gnu.license/ and run autoconf,automake
2009-02-10 00:24:56 +00:00
jasonmoxham
7b4d8b2be7
reverted to rev 1593
2009-02-10 00:16:08 +00:00
wbhart
9868d016fd
Ran aclocal, automake, autoconf.
2009-02-04 18:19:56 +00:00
wbhart
51a3f813e1
Updated README and AUTHORS in the Windows build. Removed some ansi2knr stuff which causes recent autotools to choke.
2009-02-04 18:15:20 +00:00
wbhart
879d13a43f
Changed some GMP's to MPIR and a bug reporting address, found by Paul Zimmermann.
2009-02-04 16:16:09 +00:00
wbhart
92395fb084
Ran autoconf.
2009-01-31 16:22:16 +00:00
wbhart
83f39c87b7
Fixed a regular expression.
2009-01-31 16:20:18 +00:00
wbhart
9278b8e7a4
Slight simplification of fat build stuff in configure and possible fix
...
for fat binary on x86_64 machines with ABI=32.
2009-01-29 16:37:37 +00:00
gladman
71faad0120
Minor Windows build update to explicitly set the compile language for *.cc files as C++
2009-01-29 12:14:23 +00:00
wbhart
6326148158
Update NEWS.
2009-01-29 06:35:49 +00:00
wbhart
17caa3c6cf
Reinstated all the tests in t-fat.c.
2009-01-29 06:26:13 +00:00
wbhart
74fca71c0b
Ran autoconf.
2009-01-29 06:12:20 +00:00
wbhart
01864037af
Made fat binaries work for x86_64.
2009-01-29 06:05:21 +00:00
wbhart
057a0ff49a
Fixed cpuid.
2009-01-19 00:07:32 +00:00