Skip to content

Commit

Permalink
Add AVX2 auto-dispatched code path in ICC
Browse files Browse the repository at this point in the history
It speeds up a bit on AVX2-capable CPU.
  • Loading branch information
HolyWu committed May 21, 2015
1 parent 3863485 commit f2cce35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions TCanny/TCanny.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@
<UseIntelOptimizedHeaders>true</UseIntelOptimizedHeaders>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<Cpp0xSupport>true</Cpp0xSupport>
<GenerateAlternateCodePaths>AVX2</GenerateAlternateCodePaths>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
Expand All @@ -138,6 +139,7 @@
<UseIntelOptimizedHeaders>true</UseIntelOptimizedHeaders>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<Cpp0xSupport>true</Cpp0xSupport>
<GenerateAlternateCodePaths>AVX2</GenerateAlternateCodePaths>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
Expand Down

0 comments on commit f2cce35

Please sign in to comment.