]> git.proxmox.com Git - rustc.git/blob - src/stdarch/crates/core_arch/src/powerpc64/mod.rs
New upstream version 1.46.0+dfsg1
[rustc.git] / src / stdarch / crates / core_arch / src / powerpc64 / mod.rs
1 //! PowerPC 64
2 //!
3 //! The reference is the [64-Bit ELF V2 ABI Specification - Power
4 //! Architecture].
5 //!
6 //! [64-Bit ELF V2 ABI Specification - Power Architecture]: http://openpowerfoundation.org/wp-content/uploads/resources/leabi/leabi-20170510.pdf
7
8 pub use crate::core_arch::powerpc::*;