/*!
A module with low-level architecture dependent routines.
These routines are useful as primitives for tasks not covered by the higher
level crate API.
*/pubmodall;pub(crate)modgeneric;#[cfg(target_arch ="aarch64")]pubmodaarch64;#[cfg(all(target_arch ="wasm32", target_feature ="simd128"))]pubmodwasm32;#[cfg(target_arch ="x86_64")]pubmodx86_64;