Commit Graph

18 Commits

Author SHA1 Message Date
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