Removes unstable feature(wasm_simd) as it is now stable.
This commit is contained in:
parent
c6f353666a
commit
367c72370d
1 changed files with 0 additions and 1 deletions
|
|
@ -1,4 +1,3 @@
|
|||
#![cfg_attr(all(target_arch = "wasm32", target_feature = "simd128"), feature(wasm_simd))]
|
||||
#![cfg_attr(all(any(target_arch = "arm", target_arch = "aarch64"), target_feature = "neon"), feature(stdsimd))]
|
||||
|
||||
pub mod epga1d;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue