summaryrefslogtreecommitdiff
path: root/cryptlib.vcxproj.filters
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.filters
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.filters')
-rw-r--r--cryptlib.vcxproj.filters3
1 files changed, 3 insertions, 0 deletions
diff --git a/cryptlib.vcxproj.filters b/cryptlib.vcxproj.filters
index 9867d7ba..d91ce2d2 100644
--- a/cryptlib.vcxproj.filters
+++ b/cryptlib.vcxproj.filters
@@ -224,6 +224,9 @@
<ClCompile Include="lea.cpp">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="lea-simd.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
<ClCompile Include="luc.cpp">
<Filter>Source Files</Filter>
</ClCompile>