-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any plan to support ARM64 ? #42
Comments
I can't believe i've only now noticed what you're doing. I will let you know if i figure something out |
Ok, thanks :) |
I switched OpenCV to 4.5.1 to be use to get a version tested with the recent compilers. Using CMake 3.19.7, VS 16.9.0 with command line: Specifying -A ARM64 gave me a project for ARM64. Opening the solution with VS to build it gave me the same emmintrin.h error. |
Please help, there is someone who knows how to solve the problem. I need it to complete a University assignment |
Hi,
Thanks for this code allowing quick implementation and testing of ArUco.
Do you have any plan to support ARM64 or a workaround ? When generating the projet using "Visual Studio 16 2019" -A ARM64, I'm annoyed with the inclusion of emmintrin.h which is dedicated to X86/X64, being able to get the NEON alternative directly would be great :)
The text was updated successfully, but these errors were encountered: