OSDN Git Service

Added runtime CPU detection for SSE2 capability to the GUI front-end.
authorLoRd_MuldeR <mulder2@gmx.de>
Sun, 7 Nov 2021 20:18:33 +0000 (21:18 +0100)
committerLoRd_MuldeR <mulder2@gmx.de>
Tue, 9 Nov 2021 22:23:43 +0000 (23:23 +0100)
commit17d807bbb3fea6e3b4d4f5583746a8ffedfcc81e
tree6c302febfb5a3afd92770f464fa1e9d9b10c796a
parent9f5e1faf6d4fea83fb1ff1c37934037c975418ad
Added runtime CPU detection for SSE2 capability to the GUI front-end.
14 files changed:
etc/deps/cpu-capabilities/cpu-capabilities-x64.dll [new file with mode: 0644]
etc/deps/cpu-capabilities/cpu-capabilities-x86.dll [new file with mode: 0644]
frontend/SlunkCrypt.vcxproj
gui/Process/SlunkCryptRunner.cs
gui/Properties/AssemblyInfo.cs
gui/SlunkCryptGUI.csproj
gui/SlunkCryptGUI.xaml.cs
gui/Utilities/CPU/CPUCapabilities.cs [new file with mode: 0644]
gui/Utilities/CPUFeatures.cs [new file with mode: 0644]
gui/Utilities/ProcessRunner.cs
libslunkcrypt/libSlunkCrypt.vcxproj
libslunkcrypt/src/version.h
mk-profiled.cmd
mk-profiled.sh