#[cfg(target_arch = "x86")] mod common; #[cfg(target_arch = "x86")] pub use common::*; #[cfg(target_arch = "x86_64")] pub mod common; mod once; pub use once::*;