Closed ilmai closed 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?
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
Ah oops, looks like I was blind. Thanks for pointing it out.
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?