stijn 0e557facb9 mpz: Fix 64bit msvc build
msvc does not treat 1L a 64bit integer hence all occurences of shifting it left or right
result in undefined behaviour since the maximum allowed shift count for 32bit ints is 31.
Forcing the correct type explicitely, stored in MPZ_LONG_1, solves this.
2014-10-30 23:00:24 +00:00
..
2014-10-12 16:59:29 +01:00
2014-10-12 16:59:29 +01:00
2014-10-12 16:59:29 +01:00
2014-10-12 16:59:29 +01:00
2014-10-12 16:59:29 +01:00
2014-10-12 16:59:29 +01:00
2014-08-10 17:50:28 +01:00
2014-08-10 17:50:28 +01:00
2014-10-30 23:00:24 +00:00
2014-10-30 23:00:24 +00:00
2014-10-30 23:00:24 +00:00
2014-10-22 23:20:15 +01:00
2014-05-21 20:32:59 +01:00