rust/library/stdarch/CONTRIBUTING.md
2017-09-30 08:44:28 -04:00

1.4 KiB

Contributing to stdsimd

The stdsimd crate is more than willing to accept contributions! First you'll probably want to check out the repository and make sure that tests pass for you:

$ git clone https://github.com/rust-lang-nursery/stdsimd
$ cd stdsimd
$ cargo +nightly test

To run codegen tests, run in release mode:

$ cargo +nightly test --release

Remember that this repository requires the nightly channel of Rust! If any of the above steps don't work, please let us know!

Next up you can find an issue to help out on, we've selected a few with the help wanted and impl-period tags which could particularly use some help. You may be most interested in #40, implementing all vendor intrinsics on x86. That issue's got some good pointers about where to get started!

If you've got general questions feel free to join us on gitter and ask around! Feel free to ping either @BurntSushi or @alexcrichton with questions.