Skip to content

Commit

Permalink
aura.vcxproj: Enable SSE2 on x64.
Browse files Browse the repository at this point in the history
  • Loading branch information
Josko committed Dec 27, 2017
1 parent 3533fb0 commit 50f88ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aura.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
<CompileAsManaged>false</CompileAsManaged>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
<ExceptionHandling>Sync</ExceptionHandling>
<EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet>
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
<MinimalRebuild>false</MinimalRebuild>
</ClCompile>
Expand Down

0 comments on commit 50f88ca

Please sign in to comment.