summaryrefslogtreecommitdiffstats
path: root/mpi-patches/add-bitops
Commit message (Expand)AuthorAgeFilesLines
* * arith.c (bit): New function.Kaz Kylheku2014-06-281-4/+24
* * mpi-patches/add-bitops (mp_and, mp_or, mp_xor, mp_shift): Plug memoryKaz Kylheku2014-06-281-38/+35
* Fixes to bignum bit operations affecting pretty much all bit operationsKaz Kylheku2014-06-261-7/+7
* * mpi-patches/faster-square-root (mp_sqrt): Bugfix: was computing squareKaz Kylheku2014-02-191-5/+5
* * arith.c (highest_significant_bit): New static function.Kaz Kylheku2012-09-171-7/+110
* * mpi-patches/add-bitops: Bugfixes: mp_2comp is extended to properlyKaz Kylheku2012-09-161-13/+17
* * arith.c (logand, logior, logxor): Bugfix: result needs to beKaz Kylheku2012-09-161-4/+47
* Adding complementing function.Kaz Kylheku2012-09-161-7/+51
* Starting work on adding bit operations. The semantics is thatKaz Kylheku2012-09-161-0/+273