PackReal structures

"Vesa Karvonen" <[email protected]> Mon, 29 Oct 2007 20:21:50 +0200
Newsgroups gmane.comp.lang.sml.smlnj
Message-ID <[email protected]>
Hi,

Attached are implementations of PackReal structures for SML/NJ using
ML-NLFFI and Word64.  The implementation assumes that the endianness
of reals and words is the same, which probably holds on most platforms
using 64-bit reals.  The implementation definitely isn't the fastest
possible, but should do the job if you happen to need the
functionality (e.g. porting code from some other ML implementation).
I've tested the code briefly at the SML/NJ REPL on a 32-bit x86
machine and it seems to work.

-Vesa Karvonen

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/

_______________________________________________
Smlnj-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/smlnj-list
LICENSE (application/octet-stream, 1 KB) - not displayed
pack-real.cm (application/octet-stream, 149 B) - not displayed
pack-real.sig (application/octet-stream, 416 B) - not displayed
pack-real.sml (application/smil, 3.4 KB) - not displayed