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 d644603 commit 0851776Copy full SHA for 0851776
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