summaryrefslogtreecommitdiff
path: root/cryptest.vcxproj.user
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-11-27 00:36:45 -0500
committerJeffrey Walton <noloader@gmail.com>2017-11-27 00:36:45 -0500
commit568e608ea620abdc1f86a5dafd3ab42e70a6cd83 (patch)
tree22bf63f69acd8ed39835c1bc2c128329cd4cf8ac /cryptest.vcxproj.user
parent7576cca8d20a8a7f1e461c1d3570a61887b4ef23 (diff)
downloadcryptopp-git-568e608ea620abdc1f86a5dafd3ab42e70a6cd83.tar.gz
Add NEON and ASIMD intrinsics for SPECK-128 (GH #539)
Performance increased by about 200% on a 980 MHz BananaPi dev-board. Throughput went from about 176.6 cpb to about 60.3 cpb.
Diffstat (limited to 'cryptest.vcxproj.user')
-rw-r--r--cryptest.vcxproj.user9
1 files changed, 6 insertions, 3 deletions
diff --git a/cryptest.vcxproj.user b/cryptest.vcxproj.user
index ceb23602..f283f355 100644
--- a/cryptest.vcxproj.user
+++ b/cryptest.vcxproj.user
@@ -1,6 +1,9 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
- <LocalDebuggerCommandArguments>v</LocalDebuggerCommandArguments>
+ <LocalDebuggerCommandArguments>tv simon</LocalDebuggerCommandArguments>
</PropertyGroup>
-</Project>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
+ <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
+ </PropertyGroup>
+</Project> \ No newline at end of file