ttvm 0.3.9

Runtime and compiler infrastructure API for Rust
Documentation
1
2
3
4
5
#[cfg(target_pointer_width = "64")]
pub mod arch64;

#[cfg(target_pointer_width = "64")]
pub use arch64::*;