Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/huonw/simd-hacks


https://github.com/huonw/simd-hacks

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

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
```