diff options
author | Minmin Gong <gongminmin@msn.com> | 2019-01-21 20:49:40 (GMT) |
---|---|---|
committer | Antoine Pitrou <pitrou@free.fr> | 2019-01-21 20:49:40 (GMT) |
commit | 7a2368063f25746d4008a74aca0dc0b82f86ff7b (patch) | |
tree | a605504586d392744052d1b61307344b0c2ee291 /Parser/node.c | |
parent | 2433a2ab705e93f9a44f01c260d351b205a73e9d (diff) | |
download | cpython-7a2368063f25746d4008a74aca0dc0b82f86ff7b.zip cpython-7a2368063f25746d4008a74aca0dc0b82f86ff7b.tar.gz cpython-7a2368063f25746d4008a74aca0dc0b82f86ff7b.tar.bz2 |
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.
Diffstat (limited to 'Parser/node.c')
0 files changed, 0 insertions, 0 deletions