Skip to content

Commit 15d1ac5

Browse files
committed
Auto merge of #3084 - RalfJung:deadcode, r=RalfJung
remove some dead code and add a comment in the AVX test
2 parents 79a9a71 + cb6b506 commit 15d1ac5

File tree

3 files changed

+1
-51
lines changed

3 files changed

+1
-51
lines changed

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;

src/helpers/convert.rs

-49
This file was deleted.

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)