Remove inaccurate claim about inline assembly
It's not like GCC's. Fixes #20213
This commit is contained in:
parent
c97524bef9
commit
78484696fc
1 changed files with 1 additions and 2 deletions
|
|
@ -2,8 +2,7 @@
|
|||
|
||||
For extremely low-level manipulations and performance reasons, one
|
||||
might wish to control the CPU directly. Rust supports using inline
|
||||
assembly to do this via the `asm!` macro. The syntax roughly matches
|
||||
that of GCC & Clang:
|
||||
assembly to do this via the `asm!` macro.
|
||||
|
||||
```ignore
|
||||
asm!(assembly template
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue