Skip to content

core/vm: implement EIP-7939: CLZ opcode #31989

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Giulio2002
Copy link

@Giulio2002 Giulio2002 commented Jun 9, 2025

@Giulio2002 Giulio2002 requested a review from rjl493456442 as a code owner June 9, 2025 10:19
@fjl fjl added the osaka label Jun 9, 2025
@fjl fjl changed the title Implement CLZ core/vm: implement EIP-7939: CLZ opcode Jun 9, 2025
@@ -62,6 +62,7 @@ const (
SHL OpCode = 0x1b
SHR OpCode = 0x1c
SAR OpCode = 0x1d
CLZ OpCode = 0x1E
Copy link
Member

Choose a reason for hiding this comment

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

nitpick, 0x1e to align with others.

@fjl fjl mentioned this pull request Jun 12, 2025
12 tasks
fjl added a commit that referenced this pull request Jun 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants