Skip to content

Conversation

NathanMOlson
Copy link

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.

#LFLAGS_RELEASE = -O3 -g
CFLAGS_RELEASE = -O3 -DRELEASE -funroll-loops -ffast-math -g
LFLAGS_RELEASE = -O3 -g
CFLAGS_RELEASE = -O3 -DRELEASE -ffast-math -g0
Copy link
Author

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>
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants