From 51fc59782963ff66e2f75f29589fa1c8bfe5f150 Mon Sep 17 00:00:00 2001 From: "Sergey \"Shnatsel\" Davidoff" Date: Mon, 29 Apr 2024 22:01:49 +0100 Subject: [PATCH] advertise runtime feature selection --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e885f3b..54c505a 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ Transform (FFT) library written in pure Rust. - Performance on par with other Rust FFT implementations - Zero `unsafe` code - Takes advantage of latest CPU features up to and including `AVX-512`, but performs well even without them +- Selects the fastest implementation at runtime. No need for `-C target-cpu=native`! - Optional parallelization of some steps to 2 threads (with even more planned) - 2x lower memory usage than [RustFFT](https://crates.io/crates/rustfft/) - Python bindings (via [PyO3](https://github.com/PyO3/pyo3))