8000 ARM64 clamping bug also exists in MSVC 14.35 (GH-105679) · python/cpython@58f0bda · GitHub
[go: up one dir, main page]

Skip to content

Commit 58f0bda

Browse files
authored
ARM64 clamping bug also exists in MSVC 14.35 (GH-105679)
1 parent a8d69fe commit 58f0bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PCbuild/pyproject.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<_VCToolsVersion>$([System.Version]::Parse(`$(VCToolsVersion)`).Major).$([System.Version]::Parse(`$(VCToolsVersion)`).Minor)</_VCToolsVersion>
2626

2727
<!-- See https://developercommunity.visualstudio.com/t/Regression-in-MSVC-1433-1434-ARM64-co/10224361 -->
28-
<MSVCHasBrokenARM64Clamping Condition="$(_VCToolsVersion) == '14.34'">true</MSVCHasBrokenARM64Clamping>
28+
<MSVCHasBrokenARM64Clamping Condition="$(_VCToolsVersion) == '14.34' or $(_VCToolsVersion) == '14.35'">true</MSVCHasBrokenARM64Clamping>
2929
</PropertyGroup>
3030

3131
<PropertyGroup>

0 commit comments

Comments
 (0)
0