jasonmoxham
|
6d9a1d1a3a
|
replace most occurances of RANDS with local versions
|
2009-09-14 19:06:46 +00:00 |
|
jasonmoxham
|
40971ae506
|
New C functions mpn_mod_1_k etc
|
2009-09-07 00:42:22 +00:00 |
|
jasonmoxham
|
57a6e139f7
|
Add tuning for new mpn_rootrem threshold
|
2009-09-03 16:18:30 +00:00 |
|
jasonmoxham
|
bd6ab0e972
|
New generic mpn_mulmod_2expm1 and tests and tuning thresholds
|
2009-08-07 03:47:42 +00:00 |
|
jasonmoxham
|
6668b221cb
|
Add Robert Gerbicz mpz factorial code + tuning threshold
|
2009-08-03 23:09:30 +00:00 |
|
jasonmoxham
|
bafa599edb
|
tuning for mullow and mulhigh
|
2009-07-24 21:31:28 +00:00 |
|
wbhart
|
e330cc79bc
|
Fixed some bugs related to tuning gcdext and added tuning for toom4 and
toom7 squaring code.
|
2009-05-19 00:57:17 +00:00 |
|
wbhart
|
22db24db76
|
Attempt to add toom cook 7.
|
2009-04-02 07:38:03 +00:00 |
|
wbhart
|
e42709e967
|
Added toom4 multiplication.
|
2009-04-01 08:21:03 +00:00 |
|
gladman
|
694af0fc34
|
Major Windows Commit:
1. Add tune/speed build capability
2. Add JM's Core2 code
|
2009-02-27 14:24:25 +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 |
|