-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no_std support? #122
Comments
See #116 |
Ohh, I searched for no_std, did not come up :), thanks |
I could not understand reason why though?. Is there any part of the crate that is not suitable for no_std (of course other than simd optimized parts)? Or is it not within the goal of this project ? |
Well RustFFT relies on the standard library for a number of things. There are hashmaps, arcs, vecs etc. It would take a major redesign of the entire library to remove the std dependency, if it's even feasible. |
It seems that no_std support is not available. Is there any plan for this ?
How hard would be it to implement it ?
I would very much appreciate your comment on this issue.
The text was updated successfully, but these errors were encountered: