Skip to content
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

Open
mert-kurttutan opened this issue Aug 26, 2023 · 4 comments
Open

no_std support? #122

mert-kurttutan opened this issue Aug 26, 2023 · 4 comments

Comments

@mert-kurttutan
Copy link

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.

@HEnquist
Copy link
Contributor

See #116

@mert-kurttutan
Copy link
Author

mert-kurttutan commented Aug 26, 2023

Ohh, I searched for no_std, did not come up :), thanks

@mert-kurttutan
Copy link
Author

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 ?

@HEnquist
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants