-
Notifications
You must be signed in to change notification settings - Fork 454
OpenDroneMap #322
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: master
Are you sure you want to change the base?
OpenDroneMap #322
Conversation
#LFLAGS_RELEASE = -O3 -g | ||
CFLAGS_RELEASE = -O3 -DRELEASE -funroll-loops -ffast-math -g | ||
LFLAGS_RELEASE = -O3 -g | ||
CFLAGS_RELEASE = -O3 -DRELEASE -ffast-math -g0 |
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 not sure why -funroll-loops
was removed, we may want to restore it.
<OpenMPSupport>true</OpenMPSupport> | ||
<IntrinsicFunctions>false</IntrinsicFunctions> | ||
<EnableEnhancedInstructionSet>AdvancedVectorExtensions2</EnableEnhancedInstructionSet> | ||
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> |
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 not sure what the implications of this are, we may want to restore the previous version.
These changes are currently maintained in OpenDroneMap's fork of this project: https://github.com/OpenDroneMap/PoissonRecon
I'd like to upstream as much of this as possible. I think most of it is of general interest to the project, I'll add some comments where we may want to discard changes.