Nothing to see here, move along
at main 5 lines 104 B view raw
1#[cfg(target_arch = "x86_64")] 2pub mod x86_64; 3 4#[cfg(target_arch = "x86_64")] 5pub use self::x86_64::*;