Fix 32-bit compilation
This commit is contained in:
parent
59bd6d4187
commit
4bac3e7695
2 changed files with 41 additions and 0 deletions
|
@ -62,6 +62,10 @@ if (WITH_RANDOMX)
|
|||
)
|
||||
# cheat because cmake and ccache hate each other
|
||||
set_property(SOURCE src/crypto/randomx/jit_compiler_a64_static.S PROPERTY LANGUAGE C)
|
||||
else()
|
||||
list(APPEND SOURCES_CRYPTO
|
||||
src/crypto/randomx/jit_compiler_fallback.cpp
|
||||
)
|
||||
endif()
|
||||
|
||||
if (WITH_SSE4_1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue