Skip to content

Conversation

ashleynh
Copy link
Collaborator

@ashleynh ashleynh commented Feb 27, 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

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

@tlively tlively left a comment

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
14 checks passed
@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