Files
simgear/simgear/nasal
ThorstenB 3d109f9c4c fix #314: Nasal not working on i386/32bit systems with gcc>=4.5.x
Change magic Nasal reftag to encode a quiet NaN (qNaN) instead of a
signaling NaN (sNaN), since sNaNs cannot pass cleanly through an FPU
(an sNaN is always converted to a qNaN, even by simple FPU load/store
instructions). gcc 4.5.x uses float load/store operations more
aggressively to move our 64bit Nasal variables (naRef) around.

Signed-off-by: Andy Ross
2011-06-02 10:05:10 +02:00
..
2010-01-25 14:35:45 +01:00
2010-01-25 14:35:45 +01:00
2008-09-30 21:52:44 +00:00
2009-07-02 08:51:12 +02:00