This commit is contained in:
huangshangcheng 2026-08-10 20:33:37 +02:00 committed by GitHub
commit d2b68ae26c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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