From ca51858d98678a4871a76e4ec5a525971bbb2a6a Mon Sep 17 00:00:00 2001 From: Richard Geldreich Date: Thu, 30 Mar 2023 17:05:48 -0400 Subject: [PATCH] Switching to platform toolset v142 to work around VS2022 compiler bugs Enabling AVX so switching to clang toolset builds. Shouldn't be a big deal requiring AVX in 2023. --- basisu.vcxproj | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/basisu.vcxproj b/basisu.vcxproj index a8bdf94..df25600 100644 --- a/basisu.vcxproj +++ b/basisu.vcxproj @@ -40,13 +40,13 @@ Application true - v143 + v142 MultiByte Application false - v143 + v142 true MultiByte @@ -152,6 +152,7 @@ Fast true Speed + AdvancedVectorExtensions true