summaryrefslogtreecommitdiffstats
path: root/mpi-patches/mpi-to-double
Commit message (Collapse)AuthorAgeFilesLines
* * arith.c (plus): Minor code simplification.Kaz Kylheku2012-03-211-5/+5
| | | | | | | | (minus): Floating point support. * mpi-patches/mpi-to-double (mp_to_double): Re-apply lost bugfix: index incremented instead of decremented. Didn't refresh patch last time, then did a make distclean.
* * arith.c (flo_int): New function.Kaz Kylheku2012-03-201-0/+58
* eval.c (eval_init): flo-int registered as intrinsic. * lib.h (flo_int): Declared. * mpi-patches/series: Added mpi-to-double to patch stack. (mp_to_double): New MPI function. * mpi-patches/mpi-to-double: New file.