-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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 EIGEN_ALIGN16
positionining for point type XYZHSV
#3237
Fix EIGEN_ALIGN16
positionining for point type XYZHSV
#3237
Conversation
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.
I'm surprised this triggers a compilation error in your dev environment but not in the 3 separate platforms we have on the CI server. 😕
Note to maintainers: Don't forget to squash.
Yes, I understand you disapointment. The placement of From what I saw in PCL source code, some structures were corrected, some not. They are not in this pull request because I saw them after reporting this ... :/ |
You can add them here as well. Push the extra commits to your branch. |
Changed the position of EIGEN_ALIGN16 modifier.
Changed the position of modifier `EIGEN_ALIGN16` for the structure `ISMPeak`.
EIGEN_ALIGN16
positionining for point type XYZHSV
For point type XYZHSV structure, the
EIGEN_ALIGN16
was positioned at the wrong place, leading to a compilation error.