Rollup merge of #32150 - steveklabnik:gh20213, r=bluss
Remove inaccurate claim about inline assembly It's not like GCC's. Fixes #20213
This commit is contained in:
commit
4f8d0291f3
@ -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…
Reference in New Issue
Block a user