Macro std::llvm_asm
macro_rules! llvm_asm { ("assembly template" : $("output" (operand),) * : $("input" (operand),) * : $("clobbers",) * : $("options",) *) => { ... }; }
???? Deprecated since 1.56:
will be removed from the compiler, use asm! instead
llvm_asm
#70173)prefer using the new asm! syntax instead
LLVM-style inline assembly.
Read the unstable book for the usage.
© 2010 The Rust Project Developers
Licensed under the Apache License, Version 2.0 or the MIT license, at your option.
https://doc.rust-lang.org/std/macro.llvm_asm.html