We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fd2ba3 commit 8bd2872Copy full SHA for 8bd2872
Misc/NEWS.d/next/Build/2019-03-19-22-07-37.bpo-25361.XO9Bfr.rst
@@ -0,0 +1 @@
1
+Enables use of SSE2 instructions in Windows 32-bit build.
PCbuild/pyproject.props
@@ -43,7 +43,6 @@
43
<CompileAs>Default</CompileAs>
44
<SuppressStartupBanner>true</SuppressStartupBanner>
45
<WholeProgramOptimization>true</WholeProgramOptimization>
46
- <EnableEnhancedInstructionSet Condition="'$(Platform)'=='Win32'">NoExtensions</EnableEnhancedInstructionSet>
47
<InlineFunctionExpansion Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">OnlyExplicitInline</InlineFunctionExpansion>
48
<InlineFunctionExpansion Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">OnlyExplicitInline</InlineFunctionExpansion>
49
</ClCompile>
0 commit comments