Re: mini-gmp

2014-02-23 Thread bodrato
Ciao, Il Ven, 17 Gennaio 2014 1:10 pm, Vincent Lefevre ha scritto: > you may also have optimizations based on the fact that some variable > cannot be zero. But you have no types that don't include zero. The > right solution is to make sure that the compiler knows the range. > #define HINT(expr) (

Re: mini-gmp

2014-02-23 Thread Torbjorn Granlund
Perhaps we should add a simple one-level version to mini-gmp? #define GMP_MINI_VERSION 17 It does not need to be bumped with GMP release if mini-gmp did not change. Perhaps it should be bumped at each checkin? Torbjörn Please encrypt, key id 0xC8601622 __

Re: mini-gmp

2014-02-23 Thread bodrato
Ciao, Il Mer, 15 Gennaio 2014 11:23 pm, Niels ha scritto: > Zimmermann Paul writes: >> Changes in mini-gmp.h: I had to add the following: >> >>> #define __GNU_MP_VERSION5 >>> #define __GNU_MP_VERSION_MINOR 1 >>> #define __GNU_MP_VERSION_PATCHLEVEL 3 > One might argue that mini-