wbhart
|
551c1066fa
|
Added #include "config.h" in all tests which needed it.
|
2012-10-18 20:14:58 +00:00 |
|
gladman
|
eb99feda69
|
put config.h include back in misc.c
|
2012-10-13 12:17:28 +00:00 |
|
gladman
|
680b95d672
|
remove config.h from tests that do not appear to require this
|
2012-10-13 07:42:21 +00:00 |
|
jasonmoxham
|
44f0e6f33e
|
corrected wrong ret code
|
2011-09-11 23:33:34 +00:00 |
|
gladman
|
4fb7f44fb0
|
correct FP changes for Windows
|
2011-09-11 23:01:18 +00:00 |
|
jasonmoxham
|
c0f53686c5
|
remove all references to GMP_IEEE_FLOATS , thats the only type we support anyway
|
2011-09-11 19:04:40 +00:00 |
|
jasonmoxham
|
9f34508f50
|
correct rounding mode tests and generalize, remove some more have_host's
|
2011-09-11 18:41:46 +00:00 |
|
jasonmoxham
|
6d9a1d1a3a
|
replace most occurances of RANDS with local versions
|
2009-09-14 19:06:46 +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 |
|
brgladman
|
48248cda46
|
1. longlong.h change to add MSVC intrinsics
2. longlong.h rearrangement for Intel compiler
3. MSVC additions in test code
4. GMP 4.2.1 bug fixes
5. Intel format assembly code
|
2008-05-18 22:20:43 +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 |
|