We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 94f4f68 + 18de239 commit fbc9efaCopy full SHA for fbc9efa
crates/core_simd/src/lib.rs
@@ -33,6 +33,10 @@
33
any(target_arch = "powerpc", target_arch = "powerpc64"),
34
feature(stdarch_powerpc)
35
)]
36
+#![cfg_attr(
37
+ all(target_arch = "x86_64", target_feature = "avx512f"),
38
+ feature(stdarch_x86_avx512)
39
+)]
40
#![warn(missing_docs, clippy::missing_inline_in_public_items)] // basically all items, really
41
#![deny(unsafe_op_in_unsafe_fn, clippy::undocumented_unsafe_blocks)]
42
#![allow(internal_features)]
0 commit comments