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

Deprecation: llvm_asm! > asm! #200

Closed
TzviPM opened this issue Sep 19, 2021 · 1 comment
Closed

Deprecation: llvm_asm! > asm! #200

TzviPM opened this issue Sep 19, 2021 · 1 comment

Comments

@TzviPM
Copy link

TzviPM commented Sep 19, 2021

See #107 (comment)

Basically:

  1. This crate used asm! which was renamed to llvm_asm!
  2. asm! was re-introduced with a different API and is the current recommended way to do inline assembly
  3. the x86_64 crate has been updated accordingly: see Use new assembly syntax x86_64#165
@TzviPM
Copy link
Author

TzviPM commented Sep 19, 2021

I apologize, it seems this was already done via #154

@TzviPM TzviPM closed this as completed Sep 19, 2021
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