takaebato opened PR #9917 from takaebato:add-simd_f64x2_arith
to bytecodealliance:main
:
Part of https://github.com/bytecodealliance/wasmtime/issues/9783
<!--
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
-->
takaebato updated PR #9917.
takaebato edited PR #9917:
Part of https://github.com/bytecodealliance/wasmtime/issues/9783
This PR implemented the following f64x2 SIMD instructions and made the "spec_testsuite/simd_f64x2_arith.wast" tests pass.
- vdivf64x2
- vmulf64x2
- vdivf64x2
- vnegf64x2
<!--
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
-->
takaebato edited PR #9917:
Part of https://github.com/bytecodealliance/wasmtime/issues/9783
This PR implemented the following f64x2 SIMD instructions and made the "spec_testsuite/simd_f64x2_arith.wast" tests pass.
- vsubf64x2
- vmulf64x2
- vdivf64x2
- vnegf64x2
<!--
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
-->
takaebato has marked PR #9917 as ready for review.
takaebato requested abrown for a review on PR #9917.
takaebato requested wasmtime-compiler-reviewers for a review on PR #9917.
takaebato requested fitzgen for a review on PR #9917.
takaebato requested wasmtime-core-reviewers for a review on PR #9917.
takaebato requested wasmtime-default-reviewers for a review on PR #9917.
github-actions[bot] commented on PR #9917:
Subscribe to Label Action
cc @fitzgen
<details>
This issue or pull request has been labeled: "cranelift", "pulley"Thus the following users have been cc'd because of the following labels:
- fitzgen: pulley
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
Learn more.
</details>
alexcrichton submitted PR review:
Thanks!
alexcrichton merged PR #9917.
Last updated: Jan 24 2025 at 00:11 UTC