]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
ARM64 clamping bug also exists in MSVC 14.35 (GH-105679)
authorSteve Dower <steve.dower@python.org>
Mon, 12 Jun 2023 15:09:14 +0000 (16:09 +0100)
committerGitHub <noreply@github.com>
Mon, 12 Jun 2023 15:09:14 +0000 (15:09 +0000)
PCbuild/pyproject.props

index 36c4c269d05da9fc5bb80ceea648c51d011863cc..fd928cafd77aaadf6c2fd0757dc01b0545521406 100644 (file)
@@ -25,7 +25,7 @@
     <_VCToolsVersion>$([System.Version]::Parse(`$(VCToolsVersion)`).Major).$([System.Version]::Parse(`$(VCToolsVersion)`).Minor)</_VCToolsVersion>
 
     <!-- See https://developercommunity.visualstudio.com/t/Regression-in-MSVC-1433-1434-ARM64-co/10224361 -->
-    <MSVCHasBrokenARM64Clamping Condition="$(_VCToolsVersion) == '14.34'">true</MSVCHasBrokenARM64Clamping>
+    <MSVCHasBrokenARM64Clamping Condition="$(_VCToolsVersion) == '14.34' or $(_VCToolsVersion) == '14.35'">true</MSVCHasBrokenARM64Clamping>
   </PropertyGroup>
 
   <PropertyGroup>