Staging
v0.5.1
https://github.com/python/cpython
Revision 7a2368063f25746d4008a74aca0dc0b82f86ff7b authored by Minmin Gong on 21 January 2019, 20:49:40 UTC, committed by Antoine Pitrou on 21 January 2019, 20:49:40 UTC
* 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.
1 parent 2433a2a
History
Tip revision: 7a2368063f25746d4008a74aca0dc0b82f86ff7b authored by Minmin Gong on 21 January 2019, 20:49:40 UTC
bpo-35758: Fix building on ARM + MSVC (gh-11531)
Tip revision: 7a23680
File Mode Size
Grammar -rw-r--r-- 6.4 KB
Tokens -rw-r--r-- 1.4 KB

back to top