Update RandomX to 1.2.1

This commit is contained in:
tevador
2023-10-20 16:58:28 +02:00
parent 67d190ce7c
commit 9dc10bb223
2 changed files with 3 additions and 3 deletions

View File

@@ -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")