mirror of
https://github.com/xmrig/xmrig.git
synced 2024-11-17 08:17:40 +00:00
Disable cn/gpu for 32bit builds.
This commit is contained in:
parent
ca18622ad0
commit
e9069a381e
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
if (WITH_CN_GPU)
|
||||
if (WITH_CN_GPU AND CMAKE_SIZEOF_VOID_P EQUAL 8)
|
||||
set(CN_GPU_SOURCES src/crypto/cn_gpu_avx.cpp src/crypto/cn_gpu_ssse3.cpp)
|
||||
|
||||
if (CMAKE_CXX_COMPILER_ID MATCHES GNU)
|
||||
|
|
Loading…
Reference in a new issue