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

Add support for const operands and options to global_asm! #84107

Merged
merged 7 commits into from
May 14, 2021

Commits on May 13, 2021

  1. Add support for const operands and options to global_asm!

    On x86, the default syntax is also switched to Intel to match asm!
    Amanieu committed May 13, 2021
    Configuration menu
    Copy the full SHA
    5918ee4 View commit details
    Browse the repository at this point in the history
  2. Add tests for global_asm!

    Amanieu committed May 13, 2021
    Configuration menu
    Copy the full SHA
    5a229e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0df83f8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb6bec1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    40d9da4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d9cf2ce View commit details
    Browse the repository at this point in the history
  7. Fix tests

    Amanieu committed May 13, 2021
    Configuration menu
    Copy the full SHA
    a7ed6a5 View commit details
    Browse the repository at this point in the history