bytecodealliance / wasmtime

A fast and secure runtime for WebAssembly
https://wasmtime.dev/
Apache License 2.0
14.82k stars 1.23k forks source link

x64: Implement some minor optimizations related to SIMD lowerings #8839

Closed alexcrichton closed 2 weeks ago

alexcrichton commented 2 weeks ago

These help a benchmark I was taking a look at by ~7%. Not major but seemed like nice and relatively easy cleanups.