[issue35758] Disable x87 control word for MSVC ARM compiler

Minmin Gong report at bugs.python.org
Thu Jan 17 00:16:03 EST 2019


New submission from Minmin Gong <minmin.gong at gmail.com>:

Msvc defines _M_ARM for arm target, but it doesn't have x87 control word. Need to disable it to prevent some compiling problems.

----------
messages: 333821
nosy: Minmin.Gong
priority: normal
pull_requests: 11270
severity: normal
status: open
title: Disable x87 control word for MSVC ARM compiler

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35758>
_______________________________________


More information about the Python-bugs-list mailing list