mirror of
https://github.com/xmrig/xmrig.git
synced 2026-01-23 23:02:51 -05:00
RISC-V Intergration
This commit is contained in:
@@ -75,6 +75,8 @@
|
||||
|
||||
#ifdef XMRIG_ARM
|
||||
# define APP_ARCH "ARMv" STR2(XMRIG_ARM)
|
||||
#elif defined(XMRIG_RISCV)
|
||||
# define APP_ARCH "RISC-V"
|
||||
#else
|
||||
# if defined(__x86_64__) || defined(__amd64__) || defined(_M_X64) || defined(_M_AMD64)
|
||||
# define APP_ARCH "x86-64"
|
||||
|
||||
Reference in New Issue
Block a user