Stream: git-wasmtime

Topic: wasmtime / PR #5849 x64: Fill out more AVX instructions


view this post on Zulip Wasmtime GitHub notifications bot (Feb 21 2023 at 21:49):

alexcrichton opened PR #5849 from more-avx to main:

This commit fills out more AVX instructions for SSE counterparts currently used. Many of these instructions do not benefit from the 3-operand form that AVX uses but instead benefit from being able to use XmmMem instead of XmmMemAligned which may be able to avoid some extra temporary registers in some cases.

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

view this post on Zulip Wasmtime GitHub notifications bot (Feb 23 2023 at 20:09):

cfallin submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 23 2023 at 20:09):

cfallin submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 23 2023 at 20:09):

cfallin created PR review comment:

s/)with/) with/; and . at end.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 23 2023 at 20:33):

alexcrichton updated PR #5849 from more-avx to main.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 23 2023 at 20:33):

alexcrichton has enabled auto merge for PR #5849.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 23 2023 at 23:32):

alexcrichton merged PR #5849.


Last updated: Nov 22 2024 at 17:03 UTC