summaryrefslogtreecommitdiffstats
path: root/mpi-patches/fix-bad-shifts
Commit message (Collapse)AuthorAgeFilesLines
* Bignum division implemented. More portability bugs found in MPI:Kaz Kylheku2011-12-111-0/+49
code like 1 << n, where n exceeds the width of the type int. * arith.c (trunc): New function, reimplementation of removed trunc from lib.c. * lib.c (trunc): Removed. * mpi-patches/fix-bad-shifts: New file.