mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-13 13:10:53 +00:00
FULLPIPE: Added links to articles with floating point structure description
This commit is contained in:
parent
d0c9392862
commit
ba93c8d084
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user