Macro core::llvm_asm [−][src]
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
Expand description
LLVM-style inline assembly.
Read the unstable book for the usage.