]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] ARM64 clamping bug also exists in MSVC 14.35 (GH-105679) (#105695)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 12 Jun 2023 16:02:30 +0000 (09:02 -0700)
committerGitHub <noreply@github.com>
Mon, 12 Jun 2023 16:02:30 +0000 (17:02 +0100)
ARM64 clamping bug also exists in MSVC 14.35 (GH-105679)
(cherry picked from commit 58f0bda34126ed790000451874b96140737f40ed)

Co-authored-by: Steve Dower <steve.dower@python.org>
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>