Damien George dc3faea040 py/mpz: Fix bug with overflowing C-shift in division routine.
When DIG_SIZE=32, a uint32_t is used to store limbs, and no normalisation
is needed because the MSB is already set, then there will be left and
right shifts (in C) by 32 of a 32-bit variable, leading to undefined
behaviour.  This patch fixes this bug.
2016-05-08 21:38:43 +01:00
..
2014-03-31 18:02:22 +01:00
2015-08-28 22:31:52 +03:00
2015-03-02 18:30:17 +00:00
2014-03-31 22:57:56 +01:00
2015-08-28 22:31:52 +03:00
2014-02-08 23:17:51 +02:00
2014-02-10 07:13:32 +02:00
2014-04-13 17:46:30 +01:00