mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Update RandomX to 1.2.1
This commit is contained in:
parent
2656cdf505
commit
09a88cc00e
2 changed files with 3 additions and 3 deletions
|
@ -144,8 +144,8 @@ elseif(ARCHITECTURE STREQUAL "aarch64")
|
|||
endif()
|
||||
|
||||
if(ARCHITECTURE STREQUAL "riscv64")
|
||||
set(NO_AES ON)
|
||||
set(ARCH "rv64imafdc")
|
||||
set(ARCH_ID "riscv64")
|
||||
set(ARCH "rv64gc")
|
||||
endif()
|
||||
|
||||
if(ARCHITECTURE STREQUAL "i686")
|
||||
|
|
2
external/randomx
vendored
2
external/randomx
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 261d58c77fc5547c0aa7fdfeb58421ba7e0e6e1c
|
||||
Subproject commit 102f8acf90a7649ada410de5499a7ec62e49e1da
|
Loading…
Reference in a new issue