From 4d96ed94a16cb8eb6c04441113f7357f4f594321 Mon Sep 17 00:00:00 2001 From: Peter Repukat Date: Tue, 31 Jan 2023 10:08:57 +0100 Subject: [PATCH] Throw in some compiler optimizations (SSE2/fast floats) --- CEFInjectLib/CEFInjectLib.vcxproj | 7 +++++++ GlosSIConfig/GlosSIConfig.vcxproj | 8 ++++++++ GlosSITarget/GlosSITarget.vcxproj | 7 +++++++ GlosSIWatchdog/GlosSIWatchdog.vcxproj | 7 +++++++ UWPOverlayEnablerDLL/UWPOverlayEnablerDLL.vcxproj | 7 +++++++ 5 files changed, 36 insertions(+) diff --git a/CEFInjectLib/CEFInjectLib.vcxproj b/CEFInjectLib/CEFInjectLib.vcxproj index f39c501..78ba19e 100644 --- a/CEFInjectLib/CEFInjectLib.vcxproj +++ b/CEFInjectLib/CEFInjectLib.vcxproj @@ -125,6 +125,10 @@ NotUsing pch.h stdcpp20 + Speed + true + StreamingSIMDExtensions2 + Fast @@ -143,6 +147,9 @@ NotUsing pch.h stdcpp20 + Speed + StreamingSIMDExtensions2 + Fast diff --git a/GlosSIConfig/GlosSIConfig.vcxproj b/GlosSIConfig/GlosSIConfig.vcxproj index 4fab583..bdc24c2 100644 --- a/GlosSIConfig/GlosSIConfig.vcxproj +++ b/GlosSIConfig/GlosSIConfig.vcxproj @@ -71,6 +71,10 @@ false NOMINMAX;CONFIGAPP;%(PreprocessorDefinitions) ..\deps\WinReg;..\deps\fifo_map\src;..\deps\Shortcuts_VDF\include;%(AdditionalIncludeDirectories) + Speed + true + StreamingSIMDExtensions2 + Fast true @@ -94,6 +98,10 @@ false NOMINMAX;CONFIGAPP;%(PreprocessorDefinitions) ..\deps\WinReg;..\deps\fifo_map\src;..\deps\Shortcuts_VDF\include;%(AdditionalIncludeDirectories) + Speed + true + StreamingSIMDExtensions2 + Fast true diff --git a/GlosSITarget/GlosSITarget.vcxproj b/GlosSITarget/GlosSITarget.vcxproj index a11bfc3..26b7db1 100644 --- a/GlosSITarget/GlosSITarget.vcxproj +++ b/GlosSITarget/GlosSITarget.vcxproj @@ -51,6 +51,7 @@ v143 true Unicode + @@ -128,6 +129,9 @@ _DEBUG;SPDLOG_WCHAR_TO_UTF8_SUPPORT;SPDLOG_WCHAR_FILENAMES;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;SUBHOOK_STATIC;%(PreprocessorDefinitions) true stdcpp20 + true + StreamingSIMDExtensions2 + Fast Windows @@ -151,6 +155,9 @@ NDEBUG;SPDLOG_WCHAR_TO_UTF8_SUPPORT;SPDLOG_WCHAR_FILENAMES;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;SUBHOOK_STATIC;%(PreprocessorDefinitions) true stdcpp20 + Speed + StreamingSIMDExtensions2 + Fast Windows diff --git a/GlosSIWatchdog/GlosSIWatchdog.vcxproj b/GlosSIWatchdog/GlosSIWatchdog.vcxproj index 8e27f62..b756f12 100644 --- a/GlosSIWatchdog/GlosSIWatchdog.vcxproj +++ b/GlosSIWatchdog/GlosSIWatchdog.vcxproj @@ -111,6 +111,10 @@ _DEBUG;_WINDOWS;%(PreprocessorDefinitions);WATCHDOG;SPDLOG_WCHAR_TO_UTF8_SUPPORT;SPDLOG_WCHAR_FILENAMES;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING true stdcpp20 + Speed + true + StreamingSIMDExtensions2 + Fast Windows @@ -131,6 +135,9 @@ NDEBUG;_WINDOWS;%(PreprocessorDefinitions);WATCHDOG;SPDLOG_WCHAR_TO_UTF8_SUPPORT;SPDLOG_WCHAR_FILENAMES;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING true stdcpp20 + Speed + StreamingSIMDExtensions2 + Fast Windows diff --git a/UWPOverlayEnablerDLL/UWPOverlayEnablerDLL.vcxproj b/UWPOverlayEnablerDLL/UWPOverlayEnablerDLL.vcxproj index 34e5567..b237e10 100644 --- a/UWPOverlayEnablerDLL/UWPOverlayEnablerDLL.vcxproj +++ b/UWPOverlayEnablerDLL/UWPOverlayEnablerDLL.vcxproj @@ -127,6 +127,10 @@ NotUsing pch.h stdcpp20 + Speed + true + StreamingSIMDExtensions2 + Fast Windows @@ -145,6 +149,9 @@ NotUsing pch.h stdcpp20 + StreamingSIMDExtensions2 + Fast + Speed Windows