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 2a8bc61 commit dab4430Copy full SHA for dab4430
src/pool.rs
@@ -6,7 +6,7 @@
6
//!
7
//! - ARM architectures which instruction set include the LDREX, CLREX and STREX instructions, e.g.
8
//! `thumbv7m-none-eabi` but not `thumbv6m-none-eabi`
9
-//! - 32-bit x86, e.g. `i686-unknown-linux-gnu`
+//! - 32-bit and 64-bit x86.
10
11
//! # Benchmarks
12
0 commit comments