Merge pull request #9026

9dc10bb Update RandomX to 1.2.1 (tevador)
This commit is contained in:
luigi1111
2023-10-25 21:40:59 -04:00
2 changed files with 3 additions and 3 deletions

View File

@@ -141,8 +141,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")