1
0
forked from mirrors/0ad
Files
0ad/source/lib/sysdep
janwas eaf12ae666 #fix to isnan() bug
big thanks to philip for seeing the problem! :D
cause: not popping FPU stack. didn't happen on my athlonXP presumably
due to different FPU usage (possibly in drivers): pushing 8 values could
clear the stack and mask overflow. the cause was not due to compiler
(and FLD/FSTP param passing) because Philip uses VC2005 as well, but saw
the crash (on P4 CPU)

fixes #130

This was SVN commit r4072.
2006-07-09 00:24:21 +00:00
..
2006-07-09 00:24:21 +00:00
2006-06-04 22:27:40 +00:00
2006-07-09 00:24:21 +00:00
2006-07-02 20:03:05 +00:00