We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d644603 + 0851776 commit efd04b6Copy full SHA for efd04b6
src/tools/miri/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/tools/miri/src/helpers/convert.rs
src/tools/miri/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