We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e36929 commit 45f82c2Copy full SHA for 45f82c2
crates/core_simd/src/lib.rs
@@ -12,7 +12,7 @@
12
repr_simd,
13
simd_ffi,
14
staged_api,
15
- stdsimd,
+ stdarch_arm_dsp,
16
strict_provenance,
17
ptr_metadata
18
)]
crates/test_helpers/src/lib.rs
@@ -1,4 +1,4 @@
1
-#![feature(stdsimd, powerpc_target_feature)]
+#![feature(powerpc_target_feature)]
2
3
pub mod array;
4
0 commit comments