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:
Niko 2024-01-08 14:54:50 -07:00
parent af8e638c59
commit 249b7321c9
No known key found for this signature in database
GPG key ID: 3861E636EA1E0E2B
2 changed files with 0 additions and 102 deletions

View file

@ -1,5 +1,4 @@
#![allow(clippy::uninlined_format_args)]
#![cfg_attr(feature = "simd", feature(portable_simd))]
mod error;
mod standalone;