-
Notifications
You must be signed in to change notification settings - Fork 981
Use faster unaligned_load_unsafe when possible
#20543
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
base: main
Are you sure you want to change the base?
Use faster unaligned_load_unsafe when possible
#20543
Conversation
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
|
Whoops, accidentally marked as |
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.
It's always dark magic in these parts of the I/O code... if this passes memchecks we should be good.
edit: I see the comment above about benchmarks. Happy to re-review once that's ready.
Description
Follow up of #20458
This PR re-enables the use of the faster
unaligned_load_unsafewhen possible.Checklist