Skip to content

Commit dab4430

Browse files
committed
Update pool docs
64-bit pools are supported since #458.
1 parent 2a8bc61 commit dab4430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pool.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//!
77
//! - ARM architectures which instruction set include the LDREX, CLREX and STREX instructions, e.g.
88
//! `thumbv7m-none-eabi` but not `thumbv6m-none-eabi`
9-
//! - 32-bit x86, e.g. `i686-unknown-linux-gnu`
9+
//! - 32-bit and 64-bit x86.
1010
//!
1111
//! # Benchmarks
1212
//!

0 commit comments

Comments
 (0)