Skip to content

Commit 8bd2872

Browse files
animalizezooba
authored andcommitted
bpo-25361: Enable SSE2 instructions for Windows 32-bit build (GH-12438)
1 parent 7fd2ba3 commit 8bd2872

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Enables use of SSE2 instructions in Windows 32-bit build.

PCbuild/pyproject.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
<CompileAs>Default</CompileAs>
4444
<SuppressStartupBanner>true</SuppressStartupBanner>
4545
<WholeProgramOptimization>true</WholeProgramOptimization>
46-
<EnableEnhancedInstructionSet Condition="'$(Platform)'=='Win32'">NoExtensions</EnableEnhancedInstructionSet>
4746
<InlineFunctionExpansion Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">OnlyExplicitInline</InlineFunctionExpansion>
4847
<InlineFunctionExpansion Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">OnlyExplicitInline</InlineFunctionExpansion>
4948
</ClCompile>

0 commit comments

Comments
 (0)