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 eb8fb5d commit 4449167Copy full SHA for 4449167
src/lib.rs
@@ -76,10 +76,6 @@
76
77
#![cfg_attr(not(any(feature = "std", test)), no_std)]
78
#![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
-)]
83
#![cfg_attr(feature = "default_impl", allow(incomplete_features))]
84
#![cfg_attr(feature = "default_impl", feature(specialization))]
85
#![deny(missing_docs)]
0 commit comments