(no author)
|
1d08ade198
|
Added sb_div_qr and dc_div_qr from GMP sources. Fixed some
bugs, incorrect #defines and fiddled with tuning.
|
2010-02-10 22:48:46 +00:00 |
|
(no author)
|
c7ade0be6f
|
Replaced nhgcd2 with the GMP hgcd2.c file, removing the matrix1_vector fns and
replacing them with the original.
|
2010-02-06 15:51:49 +00:00 |
|
wbhart
|
ecdbd4a162
|
Added copyright info to GCD and XGCD code.
|
2009-10-19 05:49:29 +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 |
|
jasonmartin
|
4b2966287f
|
Incorporated Niels Mollers lgpl 2.1 gcd code into trunk
|
2008-10-11 06:56:15 +00:00 |
|