Closed paralin closed 11 years ago
Please address the comments. Otherwise lgtm.
I had to remove -msse3 because that option is not supported on ARM processors (nor is it relevant). What do you mean "it is given above"?
You are adding msse3 for arch 686. This is not needed. Fine with removing it above. It was superfluous there in the first place. Our fault.
Fixed. Thanks for the note.
arch native will emit sse so you don't need to add it. http://gcc.gnu.org/onlinedocs/gcc/i386-and-x86_002d64-Options.html
Sure it ARM doesn't have this instruction set.
There are currently 3 issues where if statements are not operating correctly. This will be fixed in the next commit tonight.
OK, push them here. I can then merge.
Fixed, should be ready now for pull.
minor comment, otherwise lgtm.
Fixed some build problems preventing PTAM to build on ARM systems.
Tested on Odroid X2 --> everything working, also fixes a grid drawing issue.