1 2 3 4 5 6 7
//! PowerPC intrinsics mod altivec; pub use self::altivec::*; mod vsx; pub use self::vsx::*;