You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
\ 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.
asm!
will be deprecated soon rust-lang/rust#71007The text was updated successfully, but these errors were encountered: