]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] ARM64 clamping bug also exists in MSVC 14.35 (GH-105679) (#105696)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 12 Jun 2023 16:02:39 +0000 (09:02 -0700)
committerGitHub <noreply@github.com>
Mon, 12 Jun 2023 16:02:39 +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 b1b04472bb5026cab03793c063ebcda82910e222..199bf72b0d578c1eb27dfb720b791545b3ed9fb8 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>