BloodAxe/OpenCV-Tutorial

Cannot build the project for the latest hardware

podlipensky opened this issue · 3 comments

Got the following error while building for the default 64-bit armv7 hardware.

cvneon.cpp:83:18: Unknown register name 'q0' in asm

Please help.

Hi.
At the moment, OpenCV Tutorial needs update/refactoring to reflect recent changes.
Arm64 instruction set differs from armv7, so existing assembly code cannot be used "as is".
You can disable arm64 in XCode settings as a temporary solution. I will update tutorial project in a near future.

Hi there,

Thanks for the tutorial code. Any update on this issue?

Done.