Sha256: 6dbd9e0b1b89fecb9faac5df6edfc87e24607e9099136aa831f3f056b14e22db

Contents?: true

Size: 340 Bytes

Versions: 15

Compression:

Stored size: 340 Bytes

Contents

/*!
A module with low-level architecture dependent routines.

These routines are useful as primitives for tasks not covered by the higher
level crate API.
*/

pub mod all;
pub(crate) mod generic;

#[cfg(target_arch = "aarch64")]
pub mod aarch64;
#[cfg(target_arch = "wasm32")]
pub mod wasm32;
#[cfg(target_arch = "x86_64")]
pub mod x86_64;

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
wasmtime-23.0.2 ./ext/cargo-vendor/memchr-2.7.1/src/arch/mod.rs
wasmtime-22.0.0 ./ext/cargo-vendor/memchr-2.7.1/src/arch/mod.rs
wasmtime-21.0.1 ./ext/cargo-vendor/memchr-2.7.1/src/arch/mod.rs
wasmtime-20.0.2 ./ext/cargo-vendor/memchr-2.7.1/src/arch/mod.rs
wasmtime-20.0.0 ./ext/cargo-vendor/memchr-2.7.1/src/arch/mod.rs
wasmtime-18.0.3 ./ext/cargo-vendor/memchr-2.7.1/src/arch/mod.rs
wasmtime-17.0.1 ./ext/cargo-vendor/memchr-2.7.1/src/arch/mod.rs
wasmtime-17.0.0 ./ext/cargo-vendor/memchr-2.7.1/src/arch/mod.rs
wasmtime-16.0.0 ./ext/cargo-vendor/memchr-2.7.1/src/arch/mod.rs
wasmtime-15.0.1 ./ext/cargo-vendor/memchr-2.7.1/src/arch/mod.rs
wasmtime-15.0.0 ./ext/cargo-vendor/memchr-2.7.1/src/arch/mod.rs
wasmtime-14.0.4 ./ext/cargo-vendor/memchr-2.6.4/src/arch/mod.rs
wasmtime-14.0.3 ./ext/cargo-vendor/memchr-2.6.4/src/arch/mod.rs
wasmtime-14.0.1 ./ext/cargo-vendor/memchr-2.6.4/src/arch/mod.rs
wasmtime-14.0.0 ./ext/cargo-vendor/memchr-2.6.4/src/arch/mod.rs