Skip to content

Commit 45f82c2

Browse files
committed
stdsimd feature got split up
1 parent 4e36929 commit 45f82c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/core_simd/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
repr_simd,
1313
simd_ffi,
1414
staged_api,
15-
stdsimd,
15+
stdarch_arm_dsp,
1616
strict_provenance,
1717
ptr_metadata
1818
)]

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)