为了极端底层操作和性能要求,你可能希望直接控制CPU。Rust 通过 asm! 宏来支持使用内联汇编。 asm!(assembly template : output operands : input operands ...
確定! 回上一頁