Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove inaccurate claim about inline assembly
It's not like GCC's.

Fixes #20213
  • Loading branch information
steveklabnik committed Mar 9, 2016
1 parent c97524b commit 7848469
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/doc/book/inline-assembly.md
Expand Up @@ -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
Expand Down

0 comments on commit 7848469

Please sign in to comment.