Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huonw/simd-hacks
https://github.com/huonw/simd-hacks
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/huonw/simd-hacks
- Owner: huonw
- License: apache-2.0
- Created: 2015-01-09T01:11:10.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-25T11:08:36.000Z (over 9 years ago)
- Last Synced: 2023-04-10T09:40:22.088Z (over 1 year ago)
- Language: Rust
- Homepage: http://huonw.github.io/simd-hacks/simd/
- Size: 7.01 MB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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
```