misc; modified all project (.epj) files to have the appropriate fast math option...
[sdk] / samples / eC / FindPrime / PrimeTest.epj
index 58e6fc1..17bf346 100644 (file)
             "Optimization" : "None",
             "PreprocessorDefinitions" : [
                "_DEBUG"
-            ]
+            ],
+            "FastMath" : false
          }
       },
       {
          "Name" : "Release",
          "Options" : {
             "Debug" : false,
-            "Optimization" : "Speed"
+            "Optimization" : "Speed",
+            "FastMath" : true
          }
       }
    ],