We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f59be29 commit 37a6d42Copy full SHA for 37a6d42
src/doc/rustc/src/platform-support/armv6-none-eabi.md
@@ -11,7 +11,8 @@ and in the Raspberry Pi Zero.
11
12
This target assumes your processor has the Armv6K extensions, as basically all
13
Armv6 processors do[^1]. The Armv6K extension adds the `LDREXB` and `STREXB`
14
-instructions required to implement CAS on the [`AtomicU8`] and [`AtomicI8`] types.
+instructions required to efficiently implement CAS on the [`AtomicU8`] and
15
+[`AtomicI8`] types.
16
17
The `thumbv6-none-eabi` target is the same as this one, but the instruction set
18
defaults to `Thumb`. Note that this target only supports the old Thumb-1
0 commit comments