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
|
def21c1810
|
add redc_basecase and sumdiff_n to the fat structure
|
2009-02-27 17:59:28 +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 |
|
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
|
44af910cc5
|
Made /mpn/x86_64/fat/gmp-mparam.h 64 bit instead of 32 bit.
|
2009-01-18 19:52:40 +00:00 |
|
wbhart
|
1ed72b1360
|
Made changes to allow a fat build on x86_64.
|
2009-01-18 15:15:25 +00:00 |
|