-
Notifications
You must be signed in to change notification settings - Fork 105
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
Fix alignment tests for targets with pointer width < 8 bytes #28
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
bb4e3fe
to
8e3852c
Compare
2c30281
to
392f850
Compare
Awesome, thanks so much for this, @frazar ! Welcome to zerocopy 😃 A few small nits, but this looks great! |
392f850
to
9c55d2c
Compare
Thank you for your review and your nice words! Should be ready for merge now. |
np! One more small nit and we should be ready to merge. |
The alignment tests relied on the fact that the pointer width is 8 bytes, which is not the case for i686. Fix the alignment tests so that they work on targets with pointer width of 4 or even 2 bytes. Fixes google#21
9c55d2c
to
04cbd2e
Compare
Added the dots to the comments, should be ok now. |
The alignment tests relied on the fact that the pointer width is 8 bytes, which is not the case for i686. Fix the alignment tests so that they work on targets with pointer width of 4 or even 2 bytes. Fixes #21
The alignment tests relied on the fact that the pointer width is 8 bytes, which is not the case for i686.
Fix the alignment tests so that they work on targets with pointer width of 4 or even 2 bytes.
Fixes #21