Alex Dyachenko
|
5aab0cf7b0
|
Corrected mpf_get_2exp_d on Win64 when the exponent in limbs fits in mp_bit_cnt but the exponent in bits (as returned by this API) does not
|
2019-06-28 12:18:19 -04:00 |
|
Brian Gladman
|
24961f93c5
|
Only add functions mpz_get_2exp_d and mpf_get_2exp_d on Windows
|
2018-02-27 10:00:55 +00:00 |
|
Brian Gladman
|
2e1c2e6849
|
add two new functions to ease the 32/64-bit integer length problem of Windows x64
|
2018-01-25 17:30:22 +00:00 |
|
Brian Gladman
|
b84e7e24ca
|
remove 'long/long long' pointer bug on Windows x64
|
2016-06-18 13:27:19 +01:00 |
|
gladman
|
fb616eed78
|
Change gmp_ui/gmp_si types to mpir_ui/mpir_si
|
2012-01-24 14:37:16 +00:00 |
|
gladman
|
338e5f2984
|
populate new branch
|
2011-12-16 19:47:56 +00:00 |
|
jasonmoxham
|
9784c52eb8
|
correct -ve number bug in mpf_get_d_2exp for mpir 1.3 , 2.1 and trunk
|
2010-09-21 20:53:38 +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 |
|