From 6a0f8118120bf52236c75b3c7e5d69096f79e4fa Mon Sep 17 00:00:00 2001 From: TheLastRar Date: Tue, 24 Dec 2024 17:19:41 +0000 Subject: [PATCH] Build: Always set EnhancedInstructionSet for AVX2 configs Replaces the march arguments for clang-cl --- common/vsprops/common.props | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/vsprops/common.props b/common/vsprops/common.props index d97da47b8d63c..9b0a030d19635 100644 --- a/common/vsprops/common.props +++ b/common/vsprops/common.props @@ -52,10 +52,10 @@ _M_X86;__SSE4_1__;%(PreprocessorDefinitions) - NotSet - AdvancedVectorExtensions2 + NotSet + AdvancedVectorExtensions2 + -march=nehalem %(AdditionalOptions) - -march=haswell %(AdditionalOptions) -march=armv8.4-a %(AdditionalOptions) %(AdditionalOptions) /Zc:externConstexpr /Zc:__cplusplus /Zo /utf-8