From: animalize Date: Mon, 24 Jun 2019 23:43:26 +0000 (+0800) Subject: bpo-25361: Enable SSE2 instructions for Windows 32-bit build (GH-12438) X-Git-Tag: v3.9.0a1~1183 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8bd2872adbbc7ed5dd0a7593193c52431ae34c8d;p=thirdparty%2FPython%2Fcpython.git bpo-25361: Enable SSE2 instructions for Windows 32-bit build (GH-12438) --- 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 index 000000000000..9953b0760faa --- /dev/null +++ b/Misc/NEWS.d/next/Build/2019-03-19-22-07-37.bpo-25361.XO9Bfr.rst @@ -0,0 +1 @@ +Enables use of SSE2 instructions in Windows 32-bit build. diff --git a/PCbuild/pyproject.props b/PCbuild/pyproject.props index 7c0f50be9ea8..c4c07c599034 100644 --- a/PCbuild/pyproject.props +++ b/PCbuild/pyproject.props @@ -43,7 +43,6 @@ Default true true - NoExtensions OnlyExplicitInline OnlyExplicitInline