Algo/randomx/asm/program_sshash_prefetch.inc

4 lines
82 B
PHP
Raw Normal View History

2025-07-04 09:47:19 +00:00
and rbx, RANDOMX_CACHE_MASK
shl rbx, 6
add rbx, rdi
prefetchnta byte ptr [rbx]