misc; modified all project (.epj) files to have the appropriate fast math option...
[sdk] / samples / eC / neural / neural.epj
index 936451f..0fac27a 100644 (file)
@@ -22,7 +22,8 @@
             "PreprocessorDefinitions" : [
                "_DEBUG"
             ],
-            "Console" : true
+            "Console" : true,
+            "FastMath" : false
          }
       },
       {
@@ -30,7 +31,8 @@
          "Options" : {
             "Debug" : false,
             "Optimization" : "Speed",
-            "Console" : false
+            "Console" : false,
+            "FastMath" : true
          }
       }
    ],