We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
llvm_asm has been removed in rust-lang/rust#92816 and the crate no longer compiles with the latest nightly.
llvm_asm
The text was updated successfully, but these errors were encountered:
syscall: Migrate llvm_asm macro to asm
cd7b80b
Issue: #18
It was replaced. Thx.
Sorry, something went wrong.
Unlike llvm_asm!, asm! is only available on x86 and arm platforms (and risc-v), so the C shim code is used on other architectures in rust nightly.
No branches or pull requests
llvm_asm
has been removed in rust-lang/rust#92816 and the crate no longer compiles with the latest nightly.The text was updated successfully, but these errors were encountered: