- 22 Mar, 2014 1 commit
-
-
Paul Sokolovsky authored
Made solely to unbreak int-long.py test which in turn uncovered thinko with implementation of inplace ops. On mpz level, bitwise ops implemented only for same-sign numbers, and are not efficient (unconditional calling of mpn_cmp() is apparently superfluous).
-
- 12 Mar, 2014 1 commit
-
-
Damien George authored
A couple of bugs in mpn_shl, and overflow bug in mpz_set_from_int.
-
- 08 Mar, 2014 1 commit
-
-
Damien George authored
-
- 01 Mar, 2014 1 commit
-
-
Damien George authored
Implement not, shl and shr in mpz library. Add function to create mpzs on the stack, used for memory efficiency when rhs is a small int. Factor out code to parse base-prefix of number into a dedicated function.
-
- 26 Feb, 2014 1 commit
-
-
Damien George authored
-
- 24 Feb, 2014 1 commit
-
-
Damien George authored
Also change int -> machine_int_t where appropriate.
-
- 22 Feb, 2014 1 commit
-
-
Damien George authored
Some functionality is still missing (eg and, or, bit shift), and some things are buggy (eg subtract).
-