1 2 3 4 5 6 7 8 9
#[cfg(riscv)] pub use riscv::*; #[cfg(xtensa)] pub use xtensa::*; #[cfg(riscv)] mod riscv; #[cfg(xtensa)] mod xtensa;