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

Add the ability to run on no_std targets #31

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from

Conversation

dflemstr
Copy link

A new attempt at #30, this time realizing that allocation is probably necessary for the algorithms to work.

@coveralls
Copy link

coveralls commented Oct 24, 2019

Coverage Status

Coverage increased (+0.02%) to 97.32% when pulling de272fa on dflemstr:master into 8d295f4 on chalharu:develop.

@dflemstr
Copy link
Author

I will leave this open until the 0.2.8 release of num-traits which contains a required feature

@chalharu chalharu changed the base branch from master to develop October 24, 2019 21:27
@chalharu
Copy link
Owner

It's a good idea, but I assume that need to prevent libm from being added to the std target

@dflemstr
Copy link
Author

Hmm you are right, not sure how that can be done easily... I'll try to think of something

@dflemstr
Copy link
Author

This is now using the released version of num-traits which contains the libm feature. I also ran cargo upgrade to ensure that semver is properly followed for the dependencies and avoid build failure when some other library would introduce a wrong version for chfft.

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

Successfully merging this pull request may close these issues.

None yet

3 participants