summaryrefslogtreecommitdiffstats
path: root/library/stdarch/crates/core_arch/src/powerpc64/mod.rs
blob: 3990a0e8dbb0cfb973e19f397ceace0f4531bed0 (plain)
1
2
3
4
5
6
7
8
//! PowerPC 64
//!
//! The reference is the [64-Bit ELF V2 ABI Specification - Power
//! Architecture].
//!
//! [64-Bit ELF V2 ABI Specification - Power Architecture]: http://openpowerfoundation.org/wp-content/uploads/resources/leabi/leabi-20170510.pdf

pub use crate::core_arch::powerpc::*;