Disable VAES in 32-bit builds

This commit is contained in:
SChernykh
2021-11-29 09:32:00 +01:00
parent 9b2c5506ab
commit cf63ab248a
3 changed files with 45 additions and 10 deletions

View File

@@ -13,6 +13,7 @@ if (XMRIG_64_BIT AND CMAKE_SYSTEM_PROCESSOR MATCHES "^(x86_64|AMD64)$")
add_definitions(-DRAPIDJSON_SSE2)
else()
set(WITH_SSE4_1 OFF)
set(WITH_VAES OFF)
endif()
if (NOT ARM_TARGET)