William Hart
|
240255708f
|
Patch from Sage for fat binary build on 32 bit system.
|
2015-06-09 14:14:02 +00:00 |
|
William Hart
|
0795469230
|
Add new x86_64 assembly functions provided for all platforms to fat build.
|
2014-03-25 15:24:17 +00:00 |
|
William Hart
|
af5e5416c8
|
Remove unused tuning values, insert provisional FFT tuning values. See #92.
|
2014-03-25 14:33:43 +00:00 |
|
wbhart
|
05c51ddd91
|
Removed old FFT tuning params from gmp-mparam.h files.
|
2012-09-25 15:43:18 +00:00 |
|
jasonmoxham
|
8e655622cf
|
make x86 fat preinv_* general , no more bloody special cases.....
|
2011-04-29 07:46:44 +00:00 |
|
jasonmoxham
|
c8f630b6fb
|
add missing fft params for x86 fat build
|
2011-04-29 07:16:21 +00:00 |
|
jasonmoxham
|
33eaf3ddab
|
add new bulldozer paths to the fat system
|
2011-04-27 22:51:30 +00:00 |
|
jasonmoxham
|
0af26b5bf4
|
update cpuid.c to be a function rather than a code fragment
|
2011-04-04 00:40:39 +00:00 |
|
jasonmoxham
|
170440861d
|
identify k103 as k103 , not as just another k102 , but no separate path for it yet
|
2011-04-03 15:22:36 +00:00 |
|
jasonmoxham
|
acf341adde
|
remove cpuid_availible function from fat detection
|
2011-04-03 09:00:11 +00:00 |
|
jasonmoxham
|
7c463d96f5
|
clean up fat stuff
|
2011-04-03 08:50:09 +00:00 |
|
jasonmoxham
|
13009502e8
|
New asm directory for bobcat
|
2011-03-04 08:38:40 +00:00 |
|
jasonmoxham
|
e34cec1068
|
change name of redc_basecase to redc_1 and export
|
2010-12-16 02:32:35 +00:00 |
|
jasonmoxham
|
72316c1513
|
add sandybridge to cpu's
|
2010-12-02 23:05:35 +00:00 |
|
jasonmoxham
|
4a8f88119c
|
replace mode1o.* with modexact_1c_odd.*
|
2010-08-13 14:09:23 +00:00 |
|
jasonmoxham
|
2708d3f949
|
replace divebyfobm1.* with divexact_byfobm1.* and rename consistently
|
2010-08-13 13:53:34 +00:00 |
|
gladman
|
700ead092c
|
Change "Bm1of" to "fobm1" in text files (hopefully fairly safe)
|
2010-07-09 15:09:09 +00:00 |
|
gladman
|
3d80645be9
|
1. Change symbol mpn_divexact_bybM1of to mpn_divexact_fobm1 in *.c, *.h, *.in and config.* files
2. Change filenames divebybm1of.<c|asm|as> to divebyfobm1.<c|asm|as>
3. Change filename t-divebybm1of.c to t-divebyfobm1.c
4. Update Windows builds accordingly
|
2010-07-09 11:56:57 +00:00 |
|
jasonmoxham
|
aefcb57915
|
add in westmere cpu properly
|
2010-06-26 09:58:50 +00:00 |
|
(no author)
|
5b91e6fe9d
|
add divrem_2 to the fat structure
|
2010-03-18 15:27:42 +00:00 |
|
jasonmoxham
|
297e277fe6
|
add mising fat entry for 32bit nano
|
2009-10-08 22:39:37 +00:00 |
|
jasonmoxham
|
f99e9713ee
|
add 32bit path for nehalem
|
2009-09-27 14:54: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
|
c3e2fb2235
|
fixed trac 212 , missing entrie in fat structure
|
2009-06-15 03:18:40 +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 |
|
wbhart
|
d594e53c6b
|
Changed athlon to k8 in line with cpuid.c.
|
2009-04-09 07:47:01 +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
|
c867a0f96c
|
trunk fat dummy functions redc_basecase,sumdiff_n for x86_64 and x86
|
2009-03-02 14:28:08 +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
|
c7caca6d56
|
Set native line endings for all .c, .h, as, .asm, .s, .in, .m4, .cc, am
|
2008-06-25 07:33:36 +00:00 |
|
wbhart
|
a197a2d3eb
|
Basic GMP files with a new core2 directory and amd_64 directory with Martin's and Gaudry's patches.
Removed directories for no longer supported architectures.
|
2008-04-17 21:03:07 +00:00 |
|