ref: e12facc69845ef4f16bc70f755dc7cb898cede41
parent: 5b83c82c3cc13dd2eeec47758fde4cd61d455bd6
author: Chris Moeller <kode54@gmail.com>
date: Wed Jun 12 03:19:13 EDT 2013
Disabled MSVC 2012 default of SSE2
--- a/dumb/vc6/dumb/dumb.vcxproj
+++ b/dumb/vc6/dumb/dumb.vcxproj
@@ -85,6 +85,7 @@
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<CompileAs>Default</CompileAs>
<FloatingPointModel>Fast</FloatingPointModel>
+ <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>