Skip to content

Commit efd04b6

Browse files
committed
Auto merge of rust-lang#3084 - RalfJung:deadcode, r=RalfJung
remove some dead code and add a comment in the AVX test
2 parents d644603 + 0851776 commit efd04b6

File tree

3 files changed

+1
-51
lines changed

3 files changed

+1
-51
lines changed

Diff for: src/tools/miri/src/helpers.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
pub mod convert;
2-
31
use std::cmp;
42
use std::iter;
53
use std::num::NonZeroUsize;

Diff for: src/tools/miri/src/helpers/convert.rs

-49
This file was deleted.

Diff for: src/tools/miri/tests/pass/intrinsics-x86-avx512.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// Ignore everything except x86 and x86_64
22
// Any additional target are added to CI should be ignored here
3+
// (We cannot use `cfg`-based tricks here since the `target-feature` flags below only work on x86.)
34
//@ignore-target-aarch64
45
//@ignore-target-arm
56
//@ignore-target-avr

0 commit comments

Comments
 (0)