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

Inline assembly should switch to llvm_asm! #204

Closed
jonas-schievink opened this issue Apr 12, 2020 · 0 comments · Fixed by #210
Closed

Inline assembly should switch to llvm_asm! #204

jonas-schievink opened this issue Apr 12, 2020 · 0 comments · Fixed by #210

Comments

@jonas-schievink
Copy link
Contributor

asm! will be deprecated soon rust-lang/rust#71007

bors bot added a commit that referenced this issue May 5, 2020
210: Use llmv_asm! macro for inline assembly r=jonas-schievink a=stianeklund

Fixes #204

the `asm!` macro will soon be deprecated.
This changes all of the `asm!` calls to `llvm_asm!`

To my knowledge doing a direct replacement should be fine.


Co-authored-by: Stian Eklund <[email protected]>
@bors bors bot closed this as completed in ba7496c May 5, 2020
jonas-schievink pushed a commit that referenced this issue Jul 19, 2020
\ fixes #204

the `asm!` macro will soon be deprecated.
This changes all of the `asm!` calls to `llvm_asm!`
To my knowledge doing a direct replacement should be fine.
adamgreig pushed a commit that referenced this issue Jan 12, 2022
204: Slightly improve the bash scripts r=adamgreig a=jonas-schievink

cf. #165

Co-authored-by: Jonas Schievink <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant