We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c97524b commit 7848469Copy full SHA for 7848469
src/doc/book/inline-assembly.md
@@ -2,8 +2,7 @@
2
3
For extremely low-level manipulations and performance reasons, one
4
might wish to control the CPU directly. Rust supports using inline
5
-assembly to do this via the `asm!` macro. The syntax roughly matches
6
-that of GCC & Clang:
+assembly to do this via the `asm!` macro.
7
8
```ignore
9
asm!(assembly template
0 commit comments