Rust supports using inline assembly to do this via the llvm_asm! macro. llvm_asm!(assembly template : output operands : input operands : clobbers : options ...
確定! 回上一頁