Stream: git-wasmtime

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


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

alexcrichton opened PR #6625 from alexcrichton:x64-lower-baseline-simd-reqs to bytecodealliance:main:

All instructions in Cranelift now have lowerings for SSE2 as a baseline, even if they're not exactly the speediest things in the world. This enables lowering the baseline required for the SIMD proposal for WebAssembly to SSE2, the base features set of x86_64. Lots of tests were updated here to remove explicit has_foo=false annotations as they no longer have any effect.

Additionally fuzzing has been updated to enable disabling sse3 and ssse3 which will help stress-test all previously-added lowerings.

<!--
Please make sure you include the following information:

Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.html

Please ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->

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

alexcrichton requested elliottt for a review on PR #6625.

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

alexcrichton requested wasmtime-compiler-reviewers for a review on PR #6625.

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

alexcrichton requested fitzgen for a review on PR #6625.

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

alexcrichton requested wasmtime-core-reviewers for a review on PR #6625.

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

fitzgen submitted PR review:

:tada:

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

fitzgen merged PR #6625.


Last updated: Oct 23 2024 at 20:03 UTC