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