mirror of
https://github.com/facebook/zstd.git
synced 2025-12-16 00:04:14 -05:00
Prefetch Input in Incompressible Sections (+0.25% Speed)
This commit is contained in:
parent
b092dd75b7
commit
35932ab2f1
@ -337,6 +337,7 @@ _start: /* Requires: ip0 */
|
|||||||
/* advance to next positions */
|
/* advance to next positions */
|
||||||
{
|
{
|
||||||
if (ip1 >= nextStep) {
|
if (ip1 >= nextStep) {
|
||||||
|
PREFETCH_L1(ip1 + 64);
|
||||||
step++;
|
step++;
|
||||||
nextStep += kStepIncr;
|
nextStep += kStepIncr;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user