mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
Merge 03540e99d1 into 82d322c497
This commit is contained in:
commit
d2b68ae26c
1 changed files with 1 additions and 1 deletions
|
|
@ -1020,7 +1020,7 @@ size_t ZSTD_execSequence(BYTE* op,
|
|||
assert(op != NULL /* Precondition */);
|
||||
assert(oend_w < oend /* No underflow */);
|
||||
|
||||
#if defined(__aarch64__)
|
||||
#if defined(__aarch64__) || defined(__riscv)
|
||||
/* prefetch sequence starting from match that will be used for copy later */
|
||||
PREFETCH_L1(match);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue