Added experimental support for v143 (VS2022) and v141 (VS2017) toolsets

This commit is contained in:
Blixibon
2021-11-11 09:33:29 -06:00
parent 49befe0f77
commit aaeb5f5835
8 changed files with 31 additions and 26 deletions

View File

@@ -38,8 +38,8 @@ $Configuration
$Compiler [$WIN32]
{
$EnableEnhancedInstructionSet "Streaming SIMD Extensions (/arch:SSE)" [!$VS2019]
$EnableEnhancedInstructionSet "Streaming SIMD Extensions 2 (/arch:SSE2)" [$VS2019]
$EnableEnhancedInstructionSet "Streaming SIMD Extensions (/arch:SSE)" [!($VS2017||$VS2019||$VS2022)]
$EnableEnhancedInstructionSet "Streaming SIMD Extensions 2 (/arch:SSE2)" [($VS2017||$VS2019||$VS2022)]
}
$PreBuildEvent