Add 32 bit support for software AES too.

This commit is contained in:
XMRig 2017-04-21 15:47:11 +03:00
parent ac89023a79
commit 8235ae0fa6
3 changed files with 282 additions and 9 deletions

View file

@ -111,6 +111,7 @@ if (CMAKE_SIZEOF_VOID_P EQUAL 8)
else()
set(CRYPTONIGHT32
algo/cryptonight/i686/cryptonight_av1_aesni.c
algo/cryptonight/i686/cryptonight_av4_softaes.c
)
add_executable(xmrig32 ${HEADERS} ${HEADERS_CRYPTO} ${SOURCES} ${SOURCES_CRYPTO} ${HEADERS_UTILS} ${SOURCES_UTILS} ${HEADERS_COMPAT} ${SOURCES_COMPAT} ${SOURCES_OS} ${CRYPTONIGHT32})