Skip to content

Commit 24c2188

Browse files
lu-zeroAmanieu
authored andcommitted
Remove the altivec and vsx guards
As mentioned in #1402.
1 parent 48a8b0e commit 24c2188

File tree

1 file changed

+0
-4
lines changed
  • crates/core_arch/src/powerpc

1 file changed

+0
-4
lines changed

crates/core_arch/src/powerpc/mod.rs

-4
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,10 @@
33
#[macro_use]
44
mod macros;
55

6-
#[cfg(any(target_feature = "altivec", doc))]
76
mod altivec;
8-
#[cfg(any(target_feature = "altivec", doc))]
97
pub use self::altivec::*;
108

11-
#[cfg(any(target_feature = "vsx", doc))]
129
mod vsx;
13-
#[cfg(any(target_feature = "vsx", doc))]
1410
pub use self::vsx::*;
1511

1612
#[cfg(test)]

0 commit comments

Comments
 (0)