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 2458792 commit 6c1656dCopy full SHA for 6c1656d
crates/core_simd/src/lib.rs
@@ -9,7 +9,6 @@
9
repr_simd,
10
simd_ffi,
11
staged_api,
12
- strict_provenance,
13
prelude_import,
14
ptr_metadata
15
)]
crates/core_simd/tests/pointers.rs
@@ -1,4 +1,4 @@
1
-#![feature(portable_simd, strict_provenance, exposed_provenance)]
+#![feature(portable_simd)]
2
3
use core_simd::simd::{
4
ptr::{SimdConstPtr, SimdMutPtr},
0 commit comments