mirror of
https://github.com/xmrig/xmrig.git
synced 2026-01-31 01:22:53 -05:00
RISC-V: vectorized RandomX main loop
This commit is contained in:
11
src/crypto/randomx/tests/riscv64_zicbop.s
Normal file
11
src/crypto/randomx/tests/riscv64_zicbop.s
Normal file
@@ -0,0 +1,11 @@
|
||||
/* RISC-V - test if the prefetch instruction is present */
|
||||
|
||||
.text
|
||||
.option arch, rv64gc_zicbop
|
||||
.global main
|
||||
|
||||
main:
|
||||
lla x5, main
|
||||
prefetch.r (x5)
|
||||
mv x10, x0
|
||||
ret
|
||||
Reference in New Issue
Block a user