1
0
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:
SChernykh
2025-12-27 21:30:14 +01:00
parent f661e1eb30
commit e1efd3dc7f
6 changed files with 463 additions and 199 deletions

View File

@@ -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")