-
Notifications
You must be signed in to change notification settings - Fork 289
Cannot compile coresimd with cargo #488
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
Comments
looks like for some reason these weren't updated |
This isn't trying to compile master. This is trying to compile stdsimd from crates.io. What problem are you trying to solve? You generally shouldn't be using this crate directly. |
You have to use the master branch from git. The correct thing to do to use stdsimd directly is: [dependencies]
stdsimd = { git = "https://github.com/rust-lang-nursery/stdsimd.git" } Need to add this to the README.md |
I see. rustface needs to stop using stdsimd on crates.io. |
Hi,
I have just tried added
stdsimd
to myCargo.toml
dependencies:and perform
cargo run
but it fails with hundreds of erros:My current versions:
The text was updated successfully, but these errors were encountered: