Stream: git-wasmtime

Topic: wasmtime / PR #10711 asm: fix SSE2 feature detection for ...


view this post on Zulip Wasmtime GitHub notifications bot (May 02 2025 at 17:57):

abrown opened PR #10711 from abrown:asm-sse2 to bytecodealliance:main:

Previously, these *pd vector operations had been classified as SSE when in fact they are SSE2. This is not the most critical bug fix, since SSE2 was released in 2000 and all x86 CPUs past that date should have both SSE and SSE2 present. But this corrects the record and illustrates how to add new features.

<!--
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 (May 02 2025 at 17:57):

abrown requested fitzgen for a review on PR #10711.

view this post on Zulip Wasmtime GitHub notifications bot (May 02 2025 at 17:57):

abrown requested wasmtime-compiler-reviewers for a review on PR #10711.

view this post on Zulip Wasmtime GitHub notifications bot (May 02 2025 at 19:17):

fitzgen submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (May 02 2025 at 19:39):

fitzgen merged PR #10711.


Last updated: Dec 06 2025 at 07:03 UTC