We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48a8b0e commit 24c2188Copy full SHA for 24c2188
crates/core_arch/src/powerpc/mod.rs
@@ -3,14 +3,10 @@
3
#[macro_use]
4
mod macros;
5
6
-#[cfg(any(target_feature = "altivec", doc))]
7
mod altivec;
8
9
pub use self::altivec::*;
10
11
-#[cfg(any(target_feature = "vsx", doc))]
12
mod vsx;
13
14
pub use self::vsx::*;
15
16
#[cfg(test)]
0 commit comments