SIGN IN SIGN UP

bpo-35758: Fix building on ARM + MSVC (gh-11531)

* Disable x87 control word for non-x86 targets

On msvc, x87 control word is only available on x86 target. Need to disable it for other targets to prevent compiling problems.

* Include immintrin.h on x86 and x64 only

Immintrin.h is only available on x86 and x64. Need to disable it for other targets to prevent compiling problems.
M
Minmin Gong committed
7a2368063f25746d4008a74aca0dc0b82f86ff7b
Parent: 2433a2a
Committed by Antoine Pitrou <pitrou@free.fr> on 1/21/2019, 8:49:40 PM