Remove feature stdsimd on ARM targets because it has been stabilized.

This commit is contained in:
Alexander Meißner 2023-09-17 22:42:31 +02:00
parent ca88a2981c
commit 20323dfdaa

View file

@ -1,5 +1,3 @@
#![cfg_attr(all(any(target_arch = "arm", target_arch = "aarch64"), target_feature = "neon"), feature(stdsimd))]
pub mod epga1d;
pub mod ppga1d;
pub mod hpga1d;