Skip to content

Commit

Permalink
Auto merge of #3084 - RalfJung:deadcode, r=RalfJung
Browse files Browse the repository at this point in the history
remove some dead code

and add a comment in the AVX test
  • Loading branch information
bors committed Sep 25, 2023
2 parents 79a9a71 + cb6b506 commit 15d1ac5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 51 deletions.
2 changes: 0 additions & 2 deletions src/helpers.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
pub mod convert;

use std::cmp;
use std::iter;
use std::num::NonZeroUsize;
Expand Down
49 changes: 0 additions & 49 deletions src/helpers/convert.rs

This file was deleted.

1 change: 1 addition & 0 deletions tests/pass/intrinsics-x86-avx512.rs
Original file line number Diff line number Diff line change
@@ -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
//@ignore-target-avr
Expand Down

0 comments on commit 15d1ac5

Please sign in to comment.