From ba93c8d0842f4b786e6bea2725cfd03e0e132d4c Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Thu, 18 Jul 2013 15:38:58 +0300 Subject: FULLPIPE: Added links to articles with floating point structure description --- engines/fullpipe/utils.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/fullpipe') diff --git a/engines/fullpipe/utils.cpp b/engines/fullpipe/utils.cpp index 6ca6a8e6b9..f6e19256c1 100644 --- a/engines/fullpipe/utils.cpp +++ b/engines/fullpipe/utils.cpp @@ -197,6 +197,9 @@ int MfcArchive::readCount() { double MfcArchive::readDouble() { // FIXME: This is utterly cruel and unportable + // Some articles on the matter: + // http://randomascii.wordpress.com/2013/02/07/float-precision-revisited-nine-digit-float-portability/ + // http://randomascii.wordpress.com/2012/01/11/tricks-with-the-floating-point-format/ union { struct { -- cgit v1.2.3