Stream: git-wasmtime

Topic: wasmtime / issue #6625 x64: Lower SIMD requirement to SSE2


view this post on Zulip Wasmtime GitHub notifications bot (Jun 22 2023 at 19:40):

alexcrichton commented on issue #6625:

With @fitzgen's excellent idea of actually testing these on somewhat real hardware I ran the test suite through QEMU with QEMU_CPU=core2duo,-sse3,-ssse3 (couldn't figure out a shorter way of saying "no features") and the entire test suite passes with https://github.com/bytecodealliance/wasmtime/pull/6629 and https://github.com/bytecodealliance/wasmtime/pull/6630 so there were indeed a few mistakes to catch, but after that I think we're looking good!

(I don't have actual old hardware to test on myeslf)


Last updated: Oct 23 2024 at 20:03 UTC