Sign in
rust
/
stdarch
/
refs/heads/test-fix
/
.
/
coresimd
/
powerpc
/
mod.rs
blob: 6e16e4ce5926eadf2ded47ba956d04ac7f732918 [
file
] [
log
] [
blame
] [
edit
]
//! PowerPC intrinsics
#[
cfg
(
target_feature
=
"altivec"
)]
mod
altivec
;
#[
cfg
(
target_feature
=
"altivec"
)]
pub
use
self
::
altivec
::*;
mod
vsx
;
pub
use
self
::
vsx
::*;