Skip to content
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

feat: replace custom u16 le parser with existent rust method #450

Merged

Conversation

CosminPerRam
Copy link
Contributor

@CosminPerRam CosminPerRam commented Feb 8, 2025

Replaces the custom implementation with the one already provided in the language, they produce the same assembly: before and after.
I also took the liberty to remove the redundant borrows in the function usage.

Copy link
Member

@Byron Byron left a comment

Choose a reason for hiding this comment

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

Thanks a lot!
Thanks also for validating it turns out to be exactly the same!

Note that I am merging despite CI being red, #449 addresses this but I can't merge it myself, waiting for review.

@Byron Byron merged commit 93908ec into rust-lang:main Feb 9, 2025
8 of 14 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