Learn more about cloning repositories
You have read-only access
treat armv8 CMAKE_SYSTEM_PROCESSOR as arm64 The cmake scripts incorrectly treated armv8 as 32-bit arm, causing compilation issues. This just adds 'armv8' to the arm64 condition check.