jeffcharles edited PR #9959.
jeffcharles updated PR #9959.
jeffcharles updated PR #9959.
jeffcharles edited PR #9959:
<!--
Please make sure you include the following information:
If this work has been discussed elsewhere, please include a link to that
conversation. If it was discussed in an issue, just mention "issue #...".Explain why this change is needed. If the details are in an issue already,
this can be brief.Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.htmlPlease ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
Part of #8093. Implementsi8x16.shuffle
on x64 with AVX extensions.
jeffcharles updated PR #9959.
saulecabrera submitted PR review.
saulecabrera created PR review comment:
One small suggestion perhaps to improve readability, given that the then branch is somewhat lengthy, could we invert the check so that we return early in case there's no avx support?
if !self.flags().has_avx() { bail!(...); } // .... Ok(())
jeffcharles updated PR #9959.
jeffcharles updated PR #9959.
jeffcharles updated PR #9959.
jeffcharles requested saulecabrera for a review on PR #9959.
saulecabrera submitted PR review.
saulecabrera merged PR #9959.
Last updated: Jan 24 2025 at 00:11 UTC