Skip to content

Commit 760e0b6

Browse files
authored
Remove no longer necessary bootstrap guards (#975)
1 parent 73701d4 commit 760e0b6

File tree

1 file changed

+0
-8
lines changed
  • crates/core_arch/src/x86

1 file changed

+0
-8
lines changed

crates/core_arch/src/x86/mod.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -675,27 +675,19 @@ pub use self::avx512cd::*;
675675
mod avx512ifma;
676676
pub use self::avx512ifma::*;
677677

678-
#[cfg(not(bootstrap))]
679678
mod avx512bitalg;
680-
#[cfg(not(bootstrap))]
681679
pub use self::avx512bitalg::*;
682680

683-
#[cfg(not(bootstrap))]
684681
mod avx512gfni;
685-
#[cfg(not(bootstrap))]
686682
pub use self::avx512gfni::*;
687683

688684
mod avx512vpopcntdq;
689685
pub use self::avx512vpopcntdq::*;
690686

691-
#[cfg(not(bootstrap))]
692687
mod avx512vaes;
693-
#[cfg(not(bootstrap))]
694688
pub use self::avx512vaes::*;
695689

696-
#[cfg(not(bootstrap))]
697690
mod avx512vpclmulqdq;
698-
#[cfg(not(bootstrap))]
699691
pub use self::avx512vpclmulqdq::*;
700692

701693
mod bt;

0 commit comments

Comments
 (0)