Skip to content

Commit 9827731

Browse files
committed
remove no-longer-existing stdsimd feature
1 parent 4e36929 commit 9827731

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

crates/core_simd/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
repr_simd,
1313
simd_ffi,
1414
staged_api,
15-
stdsimd,
1615
strict_provenance,
1716
ptr_metadata
1817
)]

crates/test_helpers/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![feature(stdsimd, powerpc_target_feature)]
1+
#![feature(powerpc_target_feature)]
22

33
pub mod array;
44

0 commit comments

Comments
 (0)