Skip to content

Commit

Permalink
stdsimd feature got split up
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Feb 9, 2024
1 parent 4e36929 commit 45f82c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/core_simd/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
repr_simd,
simd_ffi,
staged_api,
stdsimd,
stdarch_arm_dsp,
strict_provenance,
ptr_metadata
)]
Expand Down
2 changes: 1 addition & 1 deletion crates/test_helpers/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![feature(stdsimd, powerpc_target_feature)]
#![feature(powerpc_target_feature)]

pub mod array;

Expand Down

0 comments on commit 45f82c2

Please sign in to comment.