]> granicus.if.org Git - python/commitdiff
bpo-25361: Enable SSE2 instructions for Windows 32-bit build (GH-12438)
authoranimalize <animalize@users.noreply.github.com>
Mon, 24 Jun 2019 23:43:26 +0000 (07:43 +0800)
committerSteve Dower <steve.dower@python.org>
Mon, 24 Jun 2019 23:43:26 +0000 (16:43 -0700)
Misc/NEWS.d/next/Build/2019-03-19-22-07-37.bpo-25361.XO9Bfr.rst [new file with mode: 0644]
PCbuild/pyproject.props

diff --git a/Misc/NEWS.d/next/Build/2019-03-19-22-07-37.bpo-25361.XO9Bfr.rst b/Misc/NEWS.d/next/Build/2019-03-19-22-07-37.bpo-25361.XO9Bfr.rst
new file mode 100644 (file)
index 0000000..9953b07
--- /dev/null
@@ -0,0 +1 @@
+Enables use of SSE2 instructions in Windows 32-bit build.
index 7c0f50be9ea8ea2b62277876a757ffb6b498ddcc..c4c07c599034f3a275d4f896387b600044c4203f 100644 (file)
@@ -43,7 +43,6 @@
       <CompileAs>Default</CompileAs>
       <SuppressStartupBanner>true</SuppressStartupBanner>
       <WholeProgramOptimization>true</WholeProgramOptimization>
-      <EnableEnhancedInstructionSet Condition="'$(Platform)'=='Win32'">NoExtensions</EnableEnhancedInstructionSet>
       <InlineFunctionExpansion Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">OnlyExplicitInline</InlineFunctionExpansion>
       <InlineFunctionExpansion Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">OnlyExplicitInline</InlineFunctionExpansion>
     </ClCompile>