#749 Use HWCAP to detect AES feature on ARMv8, thanks @lhirlimann.

This commit is contained in:
XMRig
2019-02-04 03:03:10 +07:00
parent 8f0621f093
commit e20e641c27
2 changed files with 12 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ option(WITH_DEBUG_LOG "Enable debug log output" OFF)
option(WITH_TLS "Enable OpenSSL support" ON)
option(WITH_ASM "Enable ASM PoW implementations" ON)
option(BUILD_STATIC "Build static binary" OFF)
option(ARM_TARGET "Force use specific ARM target 8 or 7" 0)
option(ARM_TARGET "Force use specific ARM target 8 or 7" 0)
include (CheckIncludeFile)
include (cmake/cpu.cmake)