bytecodealliance / sightglass

A benchmark suite and tool to compare different implementations of the same primitives.
Apache License 2.0
69 stars 33 forks source link

Add some wasm simd using benchmarks #230

Closed alexcrichton closed 1 year ago

alexcrichton commented 1 year ago

I added a hex encoder (not that interesting) using simd (maybe a little interesting?) which I've been using to drive some recent Cranelift improvements. Additionally I've updated the meshoptimizer benchmark to the latest version of the upstream repository and additionally updated it to use SIMD within the binary as well.