cpuinfo
cpuinfo copied to clipboard
[Question] does support iOS arm64e?
Hi there, when building this library for iPhoneOS/arm64e, I got following message:
CMake Warning at CMakeLists.txt:69 (MESSAGE):
Target processor architecture "arm64e" is not supported in cpuinfo.
cpuinfo will compile, but cpuinfo_initialize() will always fail.
I wanna know this library really do not support iPhoneOS/arm64e? Thanks.