Skip to content

Commit

Permalink
Merge pull request #9027
Browse files Browse the repository at this point in the history
09a88cc Update RandomX to 1.2.1 (tevador)
  • Loading branch information
luigi1111 committed Oct 26, 2023
2 parents 72d2a61 + 09a88cc commit d9b765a
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 @@ -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")
Expand Down

0 comments on commit d9b765a

Please sign in to comment.