mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-28 22:50:26 -05:00
RISC-V: auto-detect and use vector code for all RandomX AES functions
This commit is contained in:
@@ -109,7 +109,6 @@ if (XMRIG_RISCV)
|
||||
if (ARCH STREQUAL "native")
|
||||
if (RVARCH_V)
|
||||
set(RVARCH "${RVARCH}v")
|
||||
add_definitions(-DXMRIG_RVV_ENABLED)
|
||||
endif()
|
||||
if (RVARCH_ZICBOP)
|
||||
set(RVARCH "${RVARCH}_zicbop")
|
||||
|
||||
Reference in New Issue
Block a user