summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@python.org>2023-06-12 15:09:14 (GMT)
committerGitHub <noreply@github.com>2023-06-12 15:09:14 (GMT)
commit58f0bda34126ed790000451874b96140737f40ed (patch)
tree92dc6bd5a496e1e60ac7fd908a124f917bf7aaf8
parenta8d69fe92c65d636fc454cfb1825c357eb2e6325 (diff)
downloadcpython-58f0bda34126ed790000451874b96140737f40ed.zip
cpython-58f0bda34126ed790000451874b96140737f40ed.tar.gz
cpython-58f0bda34126ed790000451874b96140737f40ed.tar.bz2
ARM64 clamping bug also exists in MSVC 14.35 (GH-105679)
-rw-r--r--PCbuild/pyproject.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/pyproject.props b/PCbuild/pyproject.props
index 36c4c26..fd928ca 100644
--- a/PCbuild/pyproject.props
+++ b/PCbuild/pyproject.props
@@ -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>