Commit Graph

32 Commits

Author SHA1 Message Date
wbhart
05c51ddd91 Removed old FFT tuning params from gmp-mparam.h files. 2012-09-25 15:43:18 +00:00
jasonmoxham
06d3e05d93 ia64 tuning 2011-11-23 15:02:55 +00:00
jasonmoxham
e4313f9a13 move asm code in gmp-impl into the arch specific dirs 2011-04-30 07:05:19 +00:00
gladman
cf2a5ef3c7 make changes for building longlong.h 2011-04-28 09:34:30 +00:00
jasonmoxham
28fea4c7af remove define UMUL_TIME SMUL_TIME as never used 2011-04-13 08:39:59 +00:00
jasonmoxham
d4995d0370 remove define UDIV_TIME as never used 2011-04-13 08:32:07 +00:00
jasonmoxham
08dc99d709 put license info in all the new longlong's 2011-04-10 23:42:50 +00:00
jasonmoxham
a18af002d1 split up longlong into arches 2011-04-10 23:06:16 +00:00
jasonmoxham
db0aab58b5 remove MULFUNC_PROLOGUE from most asm files , only carry varients left 2010-12-31 07:35:36 +00:00
jasonmoxham
0083b66eaf remove all traces of logops.* , we now use separate add and sub versions 2010-12-30 08:19:44 +00:00
jasonmoxham
577aeee345 remove all traces of aors_n.* , we now use separate add and sub versions 2010-12-30 07:20:29 +00:00
jasonmoxham
c2c5579778 remove all traces of lorrshift.* , we now use separate add and sub versions 2010-12-30 06:15:18 +00:00
jasonmoxham
9301cb0f81 remove all traces of aorslsh1_n.* , we now use separate add and sub versions 2010-12-30 06:04:54 +00:00
jasonmoxham
616608ced5 remove all traces of rsh1aors_n.* , we now use separate add and sub versions 2010-12-30 05:45:38 +00:00
jasonmoxham
4a8f88119c replace mode1o.* with modexact_1c_odd.* 2010-08-13 14:09:23 +00:00
jasonmoxham
5dad96491b change dive_1.* to divexact_1.* 2010-08-13 12:54:25 +00:00
jasonmoxham
0597501537 remove asmembler assert from mode1o.asm in ia64 , icc doesn't like it 2010-06-02 23:34:46 +00:00
jasonmoxham
f64d4ef1bc ia64 params for gcd function on cleo.skynet 2010-05-21 19:37:39 +00:00
(no author)
2f7dfb1c01 copy old fft tables into the updated gmp-mparam.h 2010-03-25 00:03:23 +00:00
(no author)
e839be96a2 mpn/ia64/gmp-mparam.h from cleo 2010-03-24 17:49:26 +00:00
(no author)
a900b41016 ia64 addmul_4 adjustments for icc 2010-03-19 16:57:04 +00:00
(no author)
eecf1f1996 asm ia64 logic functions 2010-03-18 19:11:25 +00:00
(no author)
351b6a4610 New asm ia64 mul_2 addmul_4 2010-03-18 13:48:46 +00:00
(no author)
573da28dd9 Tuning for ia64. 2010-03-14 23:05:21 +00:00
(no author)
e0e9287ca2 Added tuning for ia64 (tune did not complete). 2010-03-08 02:20:38 +00:00
(no author)
6d6b60806c Added GMP itanium assembly code. 2010-03-08 00:26:51 +00:00
jasonmoxham
b8c10614e7 ia64 params 2009-10-09 00:33:52 +00:00
jasonmoxham
c821f065d8 ia64 param update 2009-05-29 14:13:52 +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
695cd41f0e Apply all GMP issued patches for issues with GMP 4.2.1. 2008-09-14 01:54:23 +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