Initial commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#[cfg(target_arch = "x86_64")]
|
||||
mod x86_64;
|
||||
|
||||
#[cfg(target_arch = "x86_64")]
|
||||
pub use x86_64::*;
|
||||
Reference in New Issue
Block a user