Skip to content

Commit

Permalink
Merge pull request #9026
Browse files Browse the repository at this point in the history
9dc10bb Update RandomX to 1.2.1 (tevador)
  • Loading branch information
luigi1111 committed Oct 26, 2023
2 parents 5dbe2d0 + 9dc10bb commit 053ba2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions contrib/depends/toolchain.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 053ba2c

Please sign in to comment.