Skip to content

Conversation

@AndrewScull
Copy link
Contributor

Calculate the leading zero bytes with straight line integer operations instead of a looping search. This generates fewer instructions with no branching.

@AndrewScull AndrewScull requested a review from a team as a code owner July 30, 2025 01:30
@AndrewScull AndrewScull requested a review from dpal July 30, 2025 01:30
@npmccallum npmccallum removed the request for review from dpal August 1, 2025 20:15
@npmccallum
Copy link
Member

@AndrewScull could you rebase this?

@npmccallum
Copy link
Member

@AndrewScull This looks ready to merge to me. However, you need to fix your git signoff as the email addresses don't match.

@AndrewScull
Copy link
Contributor Author

Which email does it need to match? I used the one I have connected to this github account.

@AndrewScull
Copy link
Contributor Author

Oh, I see the error message now. Will update.

Calculate the leading zero bytes with straight line integer operations instead
of a looping search. This generates fewer instructions with no branching.

Signed-off-by: Andrew Scull <[email protected]>
@npmccallum npmccallum merged commit 1a8190d into enarx:main Aug 2, 2025
53 checks passed
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