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
wbhart
7987ca92e9
Rewrote fat.c to work with x86_64 processors. Made fat_entry.asm
...
assemble, though it segfaults. Added some missing definitions to
x86_64-defs.m4.
2009-01-18 23:21:54 +00:00
wbhart
874114431a
Change extra_functions to extra_functions_64 for 64 bit fat build.
2009-01-18 21:57:53 +00:00
wbhart
44af910cc5
Made /mpn/x86_64/fat/gmp-mparam.h 64 bit instead of 32 bit.
2009-01-18 19:52:40 +00:00
wbhart
b5d59d5d2c
Changed the order of x86_64 and x86_64/fat in configure.in so it will
...
pick up the files in the fat directory first.
2009-01-18 19:42:42 +00:00
wbhart
b925248c85
These files seem to need regenerating. They need yacc to do so, but it is not available on all systems.
...
This line, and those below, will be ignored--
M calc/calc.c
M calc/calc.h
2009-01-18 17:20:41 +00:00
wbhart
1ed72b1360
Made changes to allow a fat build on x86_64.
2009-01-18 15:15:25 +00:00
wbhart
cd33bd2531
Added prototype for mpn_basic_gcd.
2009-01-11 13:20:31 +00:00
wbhart
685be3ab98
Updated NEWS< ChangeLog and AUTHORS files.
2009-01-10 21:37:53 +00:00