Skip to content

[Interpreter] i32/i64 Bitwise Operators#7332

Merged
ashleynh merged 1 commit into
mainfrom
xoror
Feb 27, 2025
Merged

[Interpreter] i32/i64 Bitwise Operators#7332
ashleynh merged 1 commit into
mainfrom
xoror

Conversation

@ashleynh

@ashleynh ashleynh commented Feb 27, 2025

Copy link
Copy Markdown
Collaborator

Building on #7227, implemented and tested the following:

  • i32/i64.and
  • i32/i64.or
  • i32/i64.xor
  • i32/i64.shl
  • i32/i64.shrU
  • i32/i64.shrS
  • i32/i64.rotL
  • i32/i64.rotR

@ashleynh ashleynh requested a review from tlively February 27, 2025 00:46

@tlively tlively left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM with a more descriptive commit title and body.

@ashleynh ashleynh changed the title xor [Interpreter] i32/i64 Bitwise Operators Feb 27, 2025
@ashleynh ashleynh merged commit 7142fa1 into main Feb 27, 2025
@ashleynh ashleynh deleted the xoror branch February 27, 2025 01:23
ashleynh added a commit that referenced this pull request Mar 5, 2025
Building on #7227, implemented and tested the following:
- i32/i64.and
- i32/i64.or
- i32/i64.xor
- i32/i64.shl
- i32/i64.shrU
- i32/i64.shrS
- i32/i64.rotL
- i32/i64.rotR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants