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 79a9a71 commit cb6b506Copy full SHA for cb6b506
src/helpers.rs
@@ -1,5 +1,3 @@
1
-pub mod convert;
2
-
3
use std::cmp;
4
use std::iter;
5
use std::num::NonZeroUsize;
src/helpers/convert.rs
tests/pass/intrinsics-x86-avx512.rs
@@ -1,5 +1,6 @@
// Ignore everything except x86 and x86_64
// Any additional target are added to CI should be ignored here
+// (We cannot use `cfg`-based tricks here since the `target-feature` flags below only work on x86.)
//@ignore-target-aarch64
//@ignore-target-arm
6
//@ignore-target-avr
0 commit comments