Skip to content

Commit 7848469

Browse files
committed
Remove inaccurate claim about inline assembly
It's not like GCC's. Fixes #20213
1 parent c97524b commit 7848469

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/doc/book/inline-assembly.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
For extremely low-level manipulations and performance reasons, one
44
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:
5+
assembly to do this via the `asm!` macro.
76

87
```ignore
98
asm!(assembly template

0 commit comments

Comments
 (0)