anp / lolbench

tracking performance of rustc-generated binaries over time
https://lolbench.rs
Apache License 2.0
104 stars 12 forks source link

port ISPC examples and benchmarks to vectorized Rust #42

Open anp opened 5 years ago

anp commented 5 years ago

The ISPC compiler has a bunch of examples that we might want to port to Rust: https://github.com/ispc/ispc/tree/master/examples

Originally posted by @gnzlbg in https://github.com/anp/lolbench/issues/1#issuecomment-386293509

gnzlbg commented 5 years ago

Some of these have already been ported and are available in: https://github.com/rust-lang-nursery/packed_simd/tree/master/examples