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 7e96a0b commit 089d8edCopy full SHA for 089d8ed
pulp/src/lib.rs
@@ -62,7 +62,7 @@
62
clippy::too_many_arguments,
63
clippy::type_complexity
64
)]
65
-#![cfg_attr(feature = "nightly", feature(stdsimd), feature(avx512_target_feature))]
+#![cfg_attr(feature = "nightly", feature(stdarch_x86_avx512), feature(avx512_target_feature))]
66
#![cfg_attr(not(feature = "std"), no_std)]
67
#![cfg_attr(docsrs, feature(doc_cfg))]
68
0 commit comments