1#[cfg(target_arch = "x86_64")] 2pub(crate) mod x86_64; 3 4#[cfg(target_arch = "x86_64")] 5pub use self::x86_64::*;