From: Shamus Hammons Date: Sun, 8 Oct 2017 13:40:02 +0000 (-0500) Subject: Add support for 64-bit evaluations. X-Git-Tag: v2.1.0~103 X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=commitdiff_plain;h=ff8188b7e279f99cf11ac8a283c4146af324d26f;hp=ff8188b7e279f99cf11ac8a283c4146af324d26f Add support for 64-bit evaluations. Version bump to 1.9.0. Right now the only thing that supports it is dc.d; now that the infrastructure supports it, anything else that needs 64-bit support (such as FPUs and the like) can be done very easily now. ---