From 8bd2872adbbc7ed5dd0a7593193c52431ae34c8d Mon Sep 17 00:00:00 2001 From: animalize Date: Tue, 25 Jun 2019 07:43:26 +0800 Subject: bpo-25361: Enable SSE2 instructions for Windows 32-bit build (GH-12438) --- Misc/NEWS.d/next/Build/2019-03-19-22-07-37.bpo-25361.XO9Bfr.rst | 1 + PCbuild/pyproject.props | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 Misc/NEWS.d/next/Build/2019-03-19-22-07-37.bpo-25361.XO9Bfr.rst 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 0000000..9953b07 --- /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 7c0f50b..c4c07c5 100644 --- a/PCbuild/pyproject.props +++ b/PCbuild/pyproject.props @@ -43,7 +43,6 @@ Default true true - NoExtensions OnlyExplicitInline OnlyExplicitInline -- cgit v0.12