Add AVX2 arch to chacha_avx.cpp
parent
57b2bf5708
commit
4da4f7ea2a
|
|
@ -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" />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue