simd 0.0.2

Functionality for working with SIMD registers and instructions.
docs.rs failed to build simd-0.0.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: simd-0.2.4

Functionality for working with SIMD registers and instructions.

benches/sum-vector.rs:

running 2 tests
test nonsimd ... bench:      2569 ns/iter (+/- 122)
test simd_   ... bench:       611 ns/iter (+/- 23)

test result: ok. 0 passed; 0 failed; 0 ignored; 2 measured