mirror of
https://github.com/intel/isa-l.git
synced 2024-12-12 09:23:50 +01:00
Replace prefetchnta with prefetcht0 for crc32
This commit is contained in:
parent
f1b144bbab
commit
6bbdffa8fb
@ -205,7 +205,7 @@ CONCAT(_crc_,i,:)
|
||||
crc32 crc2, qword [block_2 - i*8]
|
||||
|
||||
%if i > 128*8 / 32 ; prefetch next 3KB data
|
||||
prefetchnta [block_2 + 128*32 - i*32]
|
||||
prefetcht0 [block_2 + 128*32 - i*32]
|
||||
%endif
|
||||
|
||||
%assign i (i-1)
|
||||
|
Loading…
Reference in New Issue
Block a user