Add AVX2 arch to chacha_avx.cpp

pull/739/head
Jeffrey Walton 2018-11-13 00:01:55 -05:00
parent 57b2bf5708
commit 4da4f7ea2a
1 changed files with 1 additions and 0 deletions

View File

@ -196,6 +196,7 @@
<ClCompile Include="chacha_avx.cpp"> <ClCompile Include="chacha_avx.cpp">
<!-- Requires Visual Studio 2013 and above --> <!-- Requires Visual Studio 2013 and above -->
<ExcludedFromBuild Condition=" '$(PlatformToolset)' == 'v100' Or '$(PlatformToolset)' == 'v110' ">true</ExcludedFromBuild> <ExcludedFromBuild Condition=" '$(PlatformToolset)' == 'v100' Or '$(PlatformToolset)' == 'v110' ">true</ExcludedFromBuild>
<EnableEnhancedInstructionSet>AdvancedVectorExtensions2</EnableEnhancedInstructionSet>
</ClCompile> </ClCompile>
<ClCompile Include="cham.cpp" /> <ClCompile Include="cham.cpp" />
<ClCompile Include="cham_simd.cpp" /> <ClCompile Include="cham_simd.cpp" />