jasonmoxham
|
72316c1513
|
add sandybridge to cpu's
|
2010-12-02 23:05:35 +00:00 |
|
jasonmoxham
|
2708d3f949
|
replace divebyfobm1.* with divexact_byfobm1.* and rename consistently
|
2010-08-13 13:53:34 +00:00 |
|
jasonmoxham
|
b474f41608
|
correct fat entry , got wrong case
|
2010-07-22 11:29:38 +00:00 |
|
gladman
|
700ead092c
|
Change "Bm1of" to "fobm1" in text files (hopefully fairly safe)
|
2010-07-09 15:09:09 +00:00 |
|
jasonmoxham
|
aefcb57915
|
add in westmere cpu properly
|
2010-06-26 09:58:50 +00:00 |
|
jasonmoxham
|
484cceadc4
|
new K8only dir for asm that is faster on K8 but NOT K10
|
2010-06-26 09:00:48 +00:00 |
|
(no author)
|
5b91e6fe9d
|
add divrem_2 to the fat structure
|
2010-03-18 15:27:42 +00:00 |
|
jasonmoxham
|
a2bf208858
|
add via nano cpuid and code path
|
2009-09-27 23:12:12 +00:00 |
|
jasonmoxham
|
f446d380ce
|
whoops uppercase instead of lower case
|
2009-09-08 02:05:31 +00:00 |
|
jasonmoxham
|
993fab5c21
|
rename K10_2 to K102 as autotools doesnt like - and fat mechanism doesn't like _
|
2009-09-08 01:55:29 +00:00 |
|
jasonmoxham
|
9010f58508
|
update fat to cope with K10_2 and core2,k8 etc on 32bit
|
2009-09-08 01:49:01 +00:00 |
|
jasonmoxham
|
9c68614d77
|
Add new function generic mpn_divrem_euclidean_qr_2
|
2009-05-19 09:30:34 +00:00 |
|
jasonmoxham
|
996bd50496
|
add divrem_euclidean_qr_1 , divexact_byBm1of to fat structure
|
2009-04-13 21:42:55 +00:00 |
|
jasonmoxham
|
5a048dae03
|
merged x86_64 cpuid branch into trunk with svn merge -r 1755:1779 ../branches/x86_64_cpuid/ run in my local copy of trunk
|
2009-03-19 19:52:22 +00:00 |
|
jasonmoxham
|
ef025d7676
|
removed space
|
2009-03-15 14:27:26 +00:00 |
|
jasonmoxham
|
599f86a919
|
lahf and nocona hack... aaarrrrgggghhhh
|
2009-03-15 01:18:54 +00:00 |
|
jasonmoxham
|
9466115888
|
Atom cpuid update
|
2009-03-14 00:16:29 +00:00 |
|
jasonmoxham
|
4e092271ed
|
Nehalem cpuid update
|
2009-03-13 20:00:56 +00:00 |
|
jasonmoxham
|
a07c4b86c6
|
update core2 cpu detection for fat
|
2009-03-02 15:23:14 +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
|
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
|
1ed72b1360
|
Made changes to allow a fat build on x86_64.
|
2009-01-18 15:15:25 +00:00 |
|