Update pool docs

64-bit pools are supported since #458.
This commit is contained in:
Zeeshan Ali Khan 2025-06-11 22:07:45 +02:00
parent 2a8bc61696
commit dab4430309
No known key found for this signature in database
GPG Key ID: F7AAB547AF6E4357

View File

@ -6,7 +6,7 @@
//! //!
//! - ARM architectures which instruction set include the LDREX, CLREX and STREX instructions, e.g. //! - ARM architectures which instruction set include the LDREX, CLREX and STREX instructions, e.g.
//! `thumbv7m-none-eabi` but not `thumbv6m-none-eabi` //! `thumbv7m-none-eabi` but not `thumbv6m-none-eabi`
//! - 32-bit x86, e.g. `i686-unknown-linux-gnu` //! - 32-bit and 64-bit x86.
//! //!
//! # Benchmarks //! # Benchmarks
//! //!