Brian Gladman
|
c7567b5ad9
|
Remove __GMP_PROTO and _PROTO crap from the MPIR source code
|
2018-02-25 09:02:47 +00:00 |
|
William Hart
|
af5e5416c8
|
Remove unused tuning values, insert provisional FFT tuning values. See #92.
|
2014-03-25 14:33:43 +00:00 |
|
Jean-Pierre Flori
|
40b0d3bf3a
|
Properly quote define so that m4 does not fail.
|
2013-08-01 19:07:47 +02:00 |
|
wbhart
|
05c51ddd91
|
Removed old FFT tuning params from gmp-mparam.h files.
|
2012-09-25 15:43:18 +00:00 |
|
jasonmoxham
|
5a21c6ff6a
|
remove rest of special alpha code , very minor slowdowns
|
2011-08-30 20:56:10 +00:00 |
|
jasonmoxham
|
e960733ff1
|
remove old code
|
2011-05-01 12:30:23 +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
|
577aeee345
|
remove all traces of aors_n.* , we now use separate add and sub versions
|
2010-12-30 07:20:29 +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
|
4a8f88119c
|
replace mode1o.* with modexact_1c_odd.*
|
2010-08-13 14:09:23 +00:00 |
|
jasonmoxham
|
ff3a95453c
|
replace diveby3.* with divexact_by3c.*
|
2010-08-13 13:18:45 +00:00 |
|
jasonmoxham
|
5dad96491b
|
change dive_1.* to divexact_1.*
|
2010-08-13 12:54:25 +00:00 |
|
jasonmoxham
|
53edce5a20
|
removed all old gcdext_threshold that were set to zero
|
2010-05-12 20:56:21 +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
|
f628237738
|
Added all the assembly code back for all supported architectures.
|
2008-04-27 19:55:56 +00:00 |
|