tum-vision / lsd_slam

LSD-SLAM
GNU General Public License v3.0
2.59k stars 1.23k forks source link

ARM_NEON code not compiling for arm64 #199

Closed maartenslaa closed 8 years ago

maartenslaa commented 8 years ago

I am trying to compile and run the code on an iPhone 6s, which does work but only with ARM_NEON undefined. The registers seem to be different. I have searched but this goes beyond my skills (for now). Is it an easy fix or must the entire code be rewritten?

Edit: I found out that it is not an issue when setting optimization level to 'Fastest, Smallest [-Os]' in Xcode build settings.