Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luojia65/fake-avx512
Test oriented software simulated SIMD AVX-512 functions (maybe not available on your PC) using instructions available now
https://github.com/luojia65/fake-avx512
Last synced: about 11 hours ago
JSON representation
Test oriented software simulated SIMD AVX-512 functions (maybe not available on your PC) using instructions available now
- Host: GitHub
- URL: https://github.com/luojia65/fake-avx512
- Owner: luojia65
- License: other
- Created: 2019-08-14T09:09:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-15T02:33:05.000Z (over 5 years ago)
- Last Synced: 2024-10-12T23:29:36.224Z (about 1 month ago)
- Language: Rust
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fake-avx512
[![Crates.io][crates-badge]][crates-url]
[![996ICU+WTFPL licensed][pl-badge]][pl-url][crates-badge]: https://img.shields.io/crates/v/fake-avx512.svg
[crates-url]: https://crates.io/crates/fake-avx512
[pl-badge]: https://img.shields.io/badge/license-996ICU+WTFPL-blue.svg
[pl-url]: LICENSESimulate AVX-512 instructions for test or research purposes.
This crate is not performance oriented; downstream crates could use it as
a fallback implementation, other than a speedy SIMD replacement.