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.
stdarch_x86_avx512
avx512bw
1 parent b4b1eb7 commit 34da321Copy full SHA for 34da321
src/lib.rs
@@ -49,6 +49,10 @@
49
#![doc(test(attr(allow(unused_variables), deny(warnings))))]
50
#![no_std]
51
#![cfg_attr(feature = "simd_support", feature(portable_simd))]
52
+#![cfg_attr(
53
+ all(feature = "simd_support", target_feature = "avx512bw"),
54
+ feature(stdarch_x86_avx512)
55
+)]
56
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
57
#![allow(
58
clippy::float_cmp,
0 commit comments