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

WIP: Add openjph simd test #189

Closed yurydelendik closed 1 year ago

yurydelendik commented 2 years ago

This test contains some logic that stresses the SIMD shuffles optimizations.

Wasmparser needs to be updated, see #188

Also, it fails on wasmtime -- I'll file an issue about that.

jlb6740 commented 1 year ago

Hi @yurydelendik are you still wanting to merge this?

yurydelendik commented 1 year ago

Not at the moment. We already have various SIMD tests, this one is specialized for shuffle operations. Closing