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

rustc: Whitelist the FMA target feature #40431

Merged
merged 1 commit into from
Mar 12, 2017
Merged

rustc: Whitelist the FMA target feature #40431

merged 1 commit into from
Mar 12, 2017

Commits on Mar 10, 2017

  1. rustc: Whitelist the FMA target feature

    This commit adds the entry `"fma\0"` to the whitelist for the x86
    target. LLVM already supports fma but rustc did not directly. Previously
    rustc permitted `+fma` in the target-feature argument and enabled the use
    of FMA instructions, but it did not list it in the configuration and
    attributes.
    
    fixes #40406
    fsasm committed Mar 10, 2017
    Configuration menu
    Copy the full SHA
    4d23ca4 View commit details
    Browse the repository at this point in the history