Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * arith.c (plus): Minor code simplification. | Kaz Kylheku | 2012-03-21 | 1 | -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 Kylheku | 2012-03-20 | 1 | -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. |