-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Remove some redundant parts from unrolled_find_u16s
#74289
Conversation
A very small improvement in codegen with opt-level <=2: https://rust.godbolt.org/z/8fMGav . |
This comment has been minimized.
This comment has been minimized.
☔ The latest upstream changes (presumably #73265) made this pull request unmergeable. Please resolve the merge conflicts. |
r? @LukasKalbertodt for review or reassignment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like a nice improvement :)
Thanks!
As this is platform dependent code, I assume this will not do anything about compiler performance? So I will not @bors r+ |
📌 Commit f55e4d0 has been approved by |
☀️ Test successful - checks-actions, checks-azure |
See each commit message for details.
r? @wesleywiser from old PR #67705 .