Remove inaccurate claim about inline assembly

It's not like GCC's.

Fixes #20213
This commit is contained in:
Steve Klabnik 2016-03-09 03:52:35 -05:00
parent c97524bef9
commit 78484696fc

View File

@ -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