summaryrefslogtreecommitdiff
path: root/cryptlib.vcxproj
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-11-13 00:01:55 -0500
committerJeffrey Walton <noloader@gmail.com>2018-11-13 00:01:55 -0500
commit4da4f7ea2a9d0961e8e37a8f7e746dd1026b720d (patch)
tree759d4cb7d5a80b15dfe5768e645093f9d3bfacf2 /cryptlib.vcxproj
parent57b2bf570821c02171e7098ae55b222fac5b2903 (diff)
downloadcryptopp-git-4da4f7ea2a9d0961e8e37a8f7e746dd1026b720d.tar.gz
Add AVX2 arch to chacha_avx.cpp
Diffstat (limited to 'cryptlib.vcxproj')
-rw-r--r--cryptlib.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/cryptlib.vcxproj b/cryptlib.vcxproj
index 1126d7b4..021e2485 100644
--- a/cryptlib.vcxproj
+++ b/cryptlib.vcxproj
@@ -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" />