summaryrefslogtreecommitdiff
path: root/cryptlib.vcxproj
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-06-22 16:26:27 -0400
committerJeffrey Walton <noloader@gmail.com>2018-06-22 16:26:27 -0400
commitfa7714f6cbe7e491faaa2b6299a12476b9be04c2 (patch)
tree324bdbc2fc76ea93acb0cfc829bee9e92bd22629 /cryptlib.vcxproj
parentea109e0f8fc5c41e712cea2978adc0215e36fbbe (diff)
downloadcryptopp-git-fa7714f6cbe7e491faaa2b6299a12476b9be04c2.tar.gz
Add LEA-128 SSSE3 implementation (GH #669)
LEA-128(128) from 6.73 cpb to 2.84 cpb on modern Core-i5 6400. LEA-128 from 10.12 cpb to 7.84 cpb antique Core2 Duo.
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 a2f7e0be..1bce1d1d 100644
--- a/cryptlib.vcxproj
+++ b/cryptlib.vcxproj
@@ -242,6 +242,7 @@
<ClCompile Include="kalynatab.cpp" />
<ClCompile Include="keccak.cpp" />
<ClCompile Include="lea.cpp" />
+ <ClCompile Include="lea-simd.cpp" />
<ClCompile Include="luc.cpp" />
<ClCompile Include="mars.cpp" />
<ClCompile Include="marss.cpp" />