Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable x87 control word for MSVC ARM compiler #79939

Closed
gongminmin mannequin opened this issue Jan 17, 2019 · 2 comments
Closed

Disable x87 control word for MSVC ARM compiler #79939

gongminmin mannequin opened this issue Jan 17, 2019 · 2 comments

Comments

@gongminmin
Copy link
Mannequin

gongminmin mannequin commented Jan 17, 2019

BPO 35758
Nosy @pitrou, @gongminmin
PRs
  • bpo-35758: Fix building on ARM + MSVC #11531
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2019-02-02.22:05:49.762>
    created_at = <Date 2019-01-17.05:16:02.765>
    labels = []
    title = 'Disable x87 control word for MSVC ARM compiler'
    updated_at = <Date 2019-02-02.22:05:49.761>
    user = 'https://github.com/gongminmin'

    bugs.python.org fields:

    activity = <Date 2019-02-02.22:05:49.761>
    actor = 'Minmin.Gong'
    assignee = 'none'
    closed = True
    closed_date = <Date 2019-02-02.22:05:49.762>
    closer = 'Minmin.Gong'
    components = []
    creation = <Date 2019-01-17.05:16:02.765>
    creator = 'Minmin.Gong'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 35758
    keywords = []
    message_count = 2.0
    messages = ['333821', '334176']
    nosy_count = 2.0
    nosy_names = ['pitrou', 'Minmin.Gong']
    pr_nums = ['11531']
    priority = 'normal'
    resolution = None
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue35758'
    versions = []

    @gongminmin
    Copy link
    Mannequin Author

    gongminmin mannequin commented Jan 17, 2019

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

    @pitrou
    Copy link
    Member

    pitrou commented Jan 21, 2019

    New changeset 7a23680 by Antoine Pitrou (Minmin Gong) in branch 'master':
    bpo-35758: Fix building on ARM + MSVC (gh-11531)
    7a23680

    @gongminmin gongminmin mannequin closed this as completed Feb 2, 2019
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    None yet
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant