1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-07 07:55:04 -05:00
Files
xmrig/src/crypto/randomx/tests/riscv64_zba.s
2025-10-22 19:21:26 +02:00

10 lines
123 B
ArmAsm

/* RISC-V - test if the Zba extension is present */
.text
.global main
main:
sh1add x6, x6, x7
li x10, 0
ret