Remove no longer necessary bootstrap guards (#975)
This commit is contained in:
parent
74c3d97374
commit
bd91c5e9cf
1 changed files with 0 additions and 8 deletions
|
|
@ -675,27 +675,19 @@ pub use self::avx512cd::*;
|
|||
mod avx512ifma;
|
||||
pub use self::avx512ifma::*;
|
||||
|
||||
#[cfg(not(bootstrap))]
|
||||
mod avx512bitalg;
|
||||
#[cfg(not(bootstrap))]
|
||||
pub use self::avx512bitalg::*;
|
||||
|
||||
#[cfg(not(bootstrap))]
|
||||
mod avx512gfni;
|
||||
#[cfg(not(bootstrap))]
|
||||
pub use self::avx512gfni::*;
|
||||
|
||||
mod avx512vpopcntdq;
|
||||
pub use self::avx512vpopcntdq::*;
|
||||
|
||||
#[cfg(not(bootstrap))]
|
||||
mod avx512vaes;
|
||||
#[cfg(not(bootstrap))]
|
||||
pub use self::avx512vaes::*;
|
||||
|
||||
#[cfg(not(bootstrap))]
|
||||
mod avx512vpclmulqdq;
|
||||
#[cfg(not(bootstrap))]
|
||||
pub use self::avx512vpclmulqdq::*;
|
||||
|
||||
mod bt;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue