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 73701d4 commit 760e0b6Copy full SHA for 760e0b6
crates/core_arch/src/x86/mod.rs
@@ -675,27 +675,19 @@ pub use self::avx512cd::*;
675
mod avx512ifma;
676
pub use self::avx512ifma::*;
677
678
-#[cfg(not(bootstrap))]
679
mod avx512bitalg;
680
681
pub use self::avx512bitalg::*;
682
683
684
mod avx512gfni;
685
686
pub use self::avx512gfni::*;
687
688
mod avx512vpopcntdq;
689
pub use self::avx512vpopcntdq::*;
690
691
692
mod avx512vaes;
693
694
pub use self::avx512vaes::*;
695
696
697
mod avx512vpclmulqdq;
698
699
pub use self::avx512vpclmulqdq::*;
700
701
mod bt;
0 commit comments