Moving from llvm_asm! to asm! macro #25
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Although a new inline assembly syntax
asm!
was announced in Rust on 2020/06/08[1], KRaBs still usesllvm_am!
.[1] New inline assembly syntax available in nightly
According to the blog, the
asm!
macro should be safer and easier to use. This is expected to become the mainstream of inline assembly in the future, so KRaBs will have to transition to usingasm!
as well.All
llvm_asm!
should be rewritten to the newasm!
if it is rewritable.The new inline assembly writing method is described in [2].
[2] rfcs/0000-inline-asm.md at inline-asm · Amanieu/rfcs
The text was updated successfully, but these errors were encountered: