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-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8bd2872adbbc7ed5dd0a7593193c52431ae34c8d;p=python 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 0000000000..9953b0760f --- /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 7c0f50be9e..c4c07c5990 100644 --- a/PCbuild/pyproject.props +++ b/PCbuild/pyproject.props @@ -43,7 +43,6 @@ Default true true - NoExtensions OnlyExplicitInline OnlyExplicitInline