Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bignum division implemented. More portability bugs found in MPI: | Kaz Kylheku | 2011-12-11 | 1 | -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. |