Skip to content

Commit

Permalink
Update RandomX to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tevador committed Oct 20, 2023
1 parent 2656cdf commit a57b34b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions contrib/depends/toolchain.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,7 @@ elseif(ARCHITECTURE STREQUAL "aarch64")
endif()

if(ARCHITECTURE STREQUAL "riscv64")
set(NO_AES ON)
set(ARCH "rv64imafdc")
set(ARCH "riscv64")
endif()

if(ARCHITECTURE STREQUAL "i686")
Expand Down

0 comments on commit a57b34b

Please sign in to comment.