内联汇编. 由于低水平的操作和性能,人们希望直接控制CPU。Rust 通过asm!宏来支持使用内联汇编。语法大致匹配GCC & Clang : asm!(assembly template : output ...
確定! 回上一頁