1#[cfg(all(not(test), target_arch = "arm"))] 2pub use hal_arm::asm::*; 3 4#[cfg(target_arch = "x86_64")] 5pub use hal_testing::asm::*;