portable-simd: add missing feature gate
This commit is contained in:
parent
85a4bd8f58
commit
bcfeaabaf3
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#![feature(portable_simd, strict_provenance)]
|
||||
#![feature(portable_simd, strict_provenance, exposed_provenance)]
|
||||
|
||||
use core_simd::simd::{
|
||||
ptr::{SimdConstPtr, SimdMutPtr},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue