You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that the README doesn't include instructions for compiling and running the project.
I gave it a try on my computer, which is set up with Ubuntu 22.04 LTS under WSL2, featuring an x86-64 processor.
I encountered an error indicating that it couldn't locate the arm_neon.h file. Upon further research, I found that this file pertains to an ARM library; however, since my compilation target is x86-64, theoretically, such an error shouldn't arise.
Moreover, upon examining the CMakeLists.txt file, I observed that it specifies a version for macOS. Does that mean you compiled it on an ARM-based macOS?
If I wish to compile this on an x86-64 Ubuntu machine, what steps should I follow? I attempted modifying the CMakeLists.txt file, changing the target architecture to x86-64, yet the compilation still fails, complaining about not finding the arm_neon.h file.
The text was updated successfully, but these errors were encountered:
I've noticed that the README doesn't include instructions for compiling and running the project.
I gave it a try on my computer, which is set up with Ubuntu 22.04 LTS under WSL2, featuring an x86-64 processor.
I encountered an error indicating that it couldn't locate the
arm_neon.h
file. Upon further research, I found that this file pertains to an ARM library; however, since my compilation target is x86-64, theoretically, such an error shouldn't arise.Moreover, upon examining the
CMakeLists.txt
file, I observed that it specifies a version for macOS. Does that mean you compiled it on an ARM-based macOS?If I wish to compile this on an x86-64 Ubuntu machine, what steps should I follow? I attempted modifying the
CMakeLists.txt
file, changing the target architecture to x86-64, yet the compilation still fails, complaining about not finding thearm_neon.h
file.The text was updated successfully, but these errors were encountered: