ejmahler / RustFFT

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

Add neon feature that works with stable rustc #86

Closed ilmai closed 2 years ago

ilmai commented 2 years ago

Neon support doesn't require nightly rustc anymore, so add a new "neon" feature flag for that. Not sure if it should be in defaults or not?

HEnquist commented 2 years ago

This is already covered in this PR: https://github.com/ejmahler/RustFFT/pull/84 See also the discussion in https://github.com/ejmahler/RustFFT/pull/78

ilmai commented 2 years ago

Ah oops, looks like I was blind. Thanks for pointing it out.