Add AVX2 arch to chacha_avx.cpp
parent
57b2bf5708
commit
4da4f7ea2a
|
|
@ -196,6 +196,7 @@
|
|||
<ClCompile Include="chacha_avx.cpp">
|
||||
<!-- Requires Visual Studio 2013 and above -->
|
||||
<ExcludedFromBuild Condition=" '$(PlatformToolset)' == 'v100' Or '$(PlatformToolset)' == 'v110' ">true</ExcludedFromBuild>
|
||||
<EnableEnhancedInstructionSet>AdvancedVectorExtensions2</EnableEnhancedInstructionSet>
|
||||
</ClCompile>
|
||||
<ClCompile Include="cham.cpp" />
|
||||
<ClCompile Include="cham_simd.cpp" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue