We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 00da4dc + 7848469 commit ce16a5dCopy full SHA for ce16a5d
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