Skip to content

OpenDroneMap#322

Open
NathanMOlson wants to merge 12 commits intomkazhdan:masterfrom
NathanMOlson:ODM_upstream
Open

OpenDroneMap#322
NathanMOlson wants to merge 12 commits intomkazhdan:masterfrom
NathanMOlson:ODM_upstream

Conversation

@NathanMOlson
Copy link
Copy Markdown

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.

Comment thread Makefile
#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
Copy Markdown
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.

Comment thread PoissonRecon.vcxproj
<OpenMPSupport>true</OpenMPSupport>
<IntrinsicFunctions>false</IntrinsicFunctions>
<EnableEnhancedInstructionSet>AdvancedVectorExtensions2</EnableEnhancedInstructionSet>
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
Copy link
Copy Markdown
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