Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Makefile (CFLAGS): Removed puzzling, unnecessary definitions | Kaz Kylheku | 2015-02-07 | 1 | -7/+7 |
* | * arith.c (bit): New function. | Kaz Kylheku | 2014-06-28 | 1 | -4/+24 |
* | * mpi-patches/add-bitops (mp_and, mp_or, mp_xor, mp_shift): Plug memory | Kaz Kylheku | 2014-06-28 | 1 | -38/+35 |
* | Fixes to bignum bit operations affecting pretty much all bit operations | Kaz Kylheku | 2014-06-26 | 1 | -7/+7 |
* | * mpi-patches/faster-square-root (mp_sqrt): Bugfix: was computing square | Kaz Kylheku | 2014-02-19 | 1 | -5/+5 |
* | * arith.c (highest_significant_bit): New static function. | Kaz Kylheku | 2012-09-17 | 1 | -7/+110 |
* | * mpi-patches/add-bitops: Bugfixes: mp_2comp is extended to properly | Kaz Kylheku | 2012-09-16 | 1 | -13/+17 |
* | * arith.c (logand, logior, logxor): Bugfix: result needs to be | Kaz Kylheku | 2012-09-16 | 1 | -4/+47 |
* | Adding complementing function. | Kaz Kylheku | 2012-09-16 | 1 | -7/+51 |
* | Starting work on adding bit operations. The semantics is that | Kaz Kylheku | 2012-09-16 | 1 | -0/+273 |