Skip to content

Commit 4449167

Browse files
committed
Remove avx512 feature that is not necessary anymore on modern nightlies
1 parent eb8fb5d commit 4449167

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/lib.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,6 @@
7676
7777
#![cfg_attr(not(any(feature = "std", test)), no_std)]
7878
#![cfg_attr(feature = "nightly", feature(doc_cfg, portable_simd, ptr_metadata))]
79-
#![cfg_attr(
80-
all(feature = "nightly", target_arch = "x86_64"),
81-
feature(stdarch_x86_avx512)
82-
)]
8379
#![cfg_attr(feature = "default_impl", allow(incomplete_features))]
8480
#![cfg_attr(feature = "default_impl", feature(specialization))]
8581
#![deny(missing_docs)]

0 commit comments

Comments
 (0)