Remove SIMD functions
Benchmarking showed that they were usually at least 2.5x slower on common platforms (x86_64), and the maintenance overhead tracking nightly wasn't worth it.
This commit is contained in:
parent
af8e638c59
commit
249b7321c9
2 changed files with 0 additions and 102 deletions
|
|
@ -1,5 +1,4 @@
|
|||
#![allow(clippy::uninlined_format_args)]
|
||||
#![cfg_attr(feature = "simd", feature(portable_simd))]
|
||||
|
||||
mod error;
|
||||
mod standalone;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue