From 32c30ad9e4ea7f07308ef97351d0f41c7f760390 Mon Sep 17 00:00:00 2001 From: kojin Date: Mon, 28 Jun 2021 16:30:07 -0400 Subject: [PATCH] vs: split target names for avx and avx2 builds --- common/vsprops/common.props | 8 ++++++++ pcsx2/pcsx2.vcxproj | 5 ++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/common/vsprops/common.props b/common/vsprops/common.props index 241941026f..6045aa785a 100644 --- a/common/vsprops/common.props +++ b/common/vsprops/common.props @@ -5,6 +5,14 @@ $(ProjectRootDir)\.. $(SvnRootDir)\common + + -avx2 + + x64 + + -dbg + -dev + $(ProjectName)$(ArchString)$(SSEString)$(BuildString) <_ProjectFileVersion>10.0.30128.1 diff --git a/pcsx2/pcsx2.vcxproj b/pcsx2/pcsx2.vcxproj index 8d520e4344..cf8be94c8f 100644 --- a/pcsx2/pcsx2.vcxproj +++ b/pcsx2/pcsx2.vcxproj @@ -78,6 +78,7 @@ AllRules.ruleset + $(EXEString) @@ -99,7 +100,9 @@ PCSX2_CI;%(PreprocessorDefinitions) _M_SSE=0x401;%(PreprocessorDefinitions) _M_SSE=0x501;%(PreprocessorDefinitions) - StreamingSIMDExtensions2 + + NotSet + StreamingSIMDExtensions2 AdvancedVectorExtensions2 false $(IntDir)%(RelativeDir)