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

Issue compiling basic_dsp (SIMD) #40

Closed
Camotubi opened this issue Feb 14, 2019 · 3 comments
Closed

Issue compiling basic_dsp (SIMD) #40

Camotubi opened this issue Feb 14, 2019 · 3 comments

Comments

@Camotubi
Copy link
Contributor

Camotubi commented Feb 14, 2019

Hi,
I wasnt able to compile basic_dsp.
Since I wasn't able to find these fix that @liebharc commented on rust-lang issue tracker I'll place it here. If you are having this errors when compiling add these to your cargo toml.

[dependencies.basic_dsp]
version="0.7.1"
default-features = false
features = ["std"]

Also,
I saw this commit that removes simd from the default features of basic_dsp vector . The issue is that basic dsp ( parent crate) still has it by default, which leads to the compilation to fail.

@liebharc
Copy link
Owner

liebharc commented Feb 14, 2019 via email

@Camotubi
Copy link
Contributor Author

Done :)

@liebharc
Copy link
Owner

Should be closed with 0.7.2. Also thanks for your usability comment on the other issue. I think feedback like that is what this lib needs most at the moment.

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