Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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]: LICENSE

Simulate 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.