Skip to content

riscv64: Implement SIMD bitwise operations#6419

Merged
afonso360 merged 8 commits into
bytecodealliance:mainfrom
afonso360:riscv-simd-bitwise
May 22, 2023
Merged

riscv64: Implement SIMD bitwise operations#6419
afonso360 merged 8 commits into
bytecodealliance:mainfrom
afonso360:riscv-simd-bitwise

Conversation

@afonso360
Copy link
Copy Markdown
Contributor

👋 Hey,

This PR implements the remaining bitwise operations so that we pass simd_bitwise.wast, it also adds the .vx and .vi versions of the pre-existing bitwise operations (band, bor, bxor).

@afonso360 afonso360 requested review from a team as code owners May 20, 2023 19:10
@afonso360 afonso360 requested review from fitzgen and removed request for a team May 20, 2023 19:10
@github-actions github-actions Bot added cranelift Issues related to the Cranelift code generator isle Related to the ISLE domain-specific language labels May 20, 2023
@github-actions
Copy link
Copy Markdown

Subscribe to Label Action

cc @cfallin, @fitzgen

Details This issue or pull request has been labeled: "cranelift", "isle"

Thus the following users have been cc'd because of the following labels:

  • cfallin: isle
  • fitzgen: isle

To subscribe or unsubscribe from this label, edit the .github/subscribe-to-label.json configuration file.

Learn more.

Copy link
Copy Markdown
Member

@alexcrichton alexcrichton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great, thanks! Additionally thanks for all the new runtests!

@afonso360 afonso360 added this pull request to the merge queue May 22, 2023
Merged via the queue into bytecodealliance:main with commit 2bbae47 May 22, 2023
@afonso360 afonso360 deleted the riscv-simd-bitwise branch May 22, 2023 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cranelift Issues related to the Cranelift code generator isle Related to the ISLE domain-specific language

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants