ejmahler / RustFFT

RustFFT is a high-performance FFT library written in pure Rust.
Apache License 2.0
678 stars 47 forks source link

Release RustFFT v6.2.0 #127

Closed pr1metine closed 7 months ago

pr1metine commented 7 months ago

Hi all, hope y'all have been doing well.

Lately, I've been able to convince my co-workers at work to use Rust for our next project. It compiles to WebAssembly and would depend on RustFFT. Last year, I implemented RustFFT's WASM SIMD support. WASM SIMD would probably accelerate our project substantially.

Is it possible for us to push a new release containing this feature?

ejmahler commented 7 months ago

https://crates.io/crates/rustfft/6.2.0

Apologies for the delay. Thank you very much for your hard work getting WASM support into the library!

ejmahler commented 7 months ago

and https://users.rust-lang.org/t/release-rustfft-6-2-now-with-support-for-wasm-simd-acceleration/105675