summaryrefslogtreecommitdiffstats
path: root/mpi-patches
Commit message (Expand)AuthorAgeFilesLines
* * mpi-patches/faster-square-root (mp_sqrt): Bugfix: was computing squareKaz Kylheku2014-02-194-21/+27
* * mpi-patches/config-types: Include the header as "config.h"Kaz Kylheku2012-10-301-4/+4
* * 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-162-0/+274
* Adding patch to MPI to disable its Makefile so people don't tryKaz Kylheku2012-04-103-0/+51
* * mpi-patches/add-mp-hash (mp_hash): Fix incorrectKaz Kylheku2012-04-091-6/+6
* * arith.c (plus): Minor code simplification.Kaz Kylheku2012-03-211-5/+5
* * arith.c (flo_int): New function.Kaz Kylheku2012-03-202-0/+59
* * mpi-patches/add-mp-hash (mp_hash): Fixed use of uninitializedKaz Kylheku2012-03-046-41/+54
* * mpi-patches/shrink-mpi-int (mpi_int): Fixed terrible bug in thisKaz Kylheku2011-12-271-8/+6
* * mpi-patches/bit-search-optimizations (s_highest_bit):Kaz Kylheku2011-12-211-13/+13
* * arith.c (highest_bit): Linkage changed to static.Kaz Kylheku2011-12-132-0/+184
* Patch to shrink mpi-int to three words on 32 bit platforms,Kaz Kylheku2011-12-132-0/+21
* * mpi-patches/bit-search-optimizations (s_highest_bit): Added staticKaz Kylheku2011-12-122-4/+31
* Git rid of some some loops in MPI where it is searching forKaz Kylheku2011-12-122-0/+301
* * mpi-patches/fix-mult-bug: One more flaw discovered inKaz Kylheku2011-12-122-2/+12
* Bignum division implemented. More portability bugs found in MPI:Kaz Kylheku2011-12-111-0/+49
* Bignum support in mult function.Kaz Kylheku2011-12-103-18/+27
* * mpi-patches/mpi-set-mpi-word: Bugfix and refresh.Kaz Kylheku2011-12-103-4/+60
* Adding mp_set_word function.Kaz Kylheku2011-12-102-0/+33
* * mpi-patches/add-mp-hash: Rewrote mp_hash to only hash enoughKaz Kylheku2011-12-103-32/+23
* Build and pass test suite on Cygwin.Kaz Kylheku2011-12-091-11/+11
* 2011-12-09 Kaz Kylheku <kaz@kylheku.com>Kaz Kylheku2011-12-091-11/+13
* Bignum support, here we go!Kaz Kylheku2011-12-099-0/+485