Removes unstable feature(wasm_simd) as it is now stable.

This commit is contained in:
Alexander Meißner 2021-06-18 21:27:21 +02:00
parent c6f353666a
commit 367c72370d

View file

@ -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;