Lukas Keil
Lukas Keil
Geogram should indeed just have a switch for excluding the -m64 and -m32 flags on non arm builds and as you mentioned eigen is the next problem a build runs...
Yea @fwilliams compiling geogram isn't the big issue for me, that is easily doable by adding a little cmake switchto exclude the -m64/-m32 flags. The bigger problem is that the...
Hey @fwilliams, I managed to compile point_cloud_utils on arm now. In the end I used simde to translate the sse2 calls that are used in igl to arm compatible instructions....
Sure, I can clean them up some more and then PR them to one of the arm branches. Regarding the issue I still had. I am able to manualy import...
Just to confirm that it runs, this is on a CortexA73 ```(env) khadas@biped5 point_cloud_utils git:(armSIMDe) ✗ python Python 3.8.1 (default, Apr 12 2022, 13:08:56) [GCC 9.4.0] on linux Type "help",...
@fwilliams Prepared the PR, do you want to open a separate branch for that?
Sorry for taking so long to follow up on all of this. > I pushed a CI chance to your branch to build wheels and run test on ARM architectures...
Cool, thank you!