mirror of
https://github.com/aaru-dps/AaruBenchmark.git
synced 2025-12-16 19:24:36 +00:00
General refactor and cleanup.
This commit is contained in:
@@ -86,8 +86,7 @@ static class ArmSimd
|
||||
len -= 8;
|
||||
}
|
||||
|
||||
while(len-- > 0)
|
||||
c = Crc32.ComputeCrc32(c, buf[bufPos++]);
|
||||
while(len-- > 0) c = Crc32.ComputeCrc32(c, buf[bufPos++]);
|
||||
|
||||
return c;
|
||||
}
|
||||
@@ -126,8 +125,7 @@ static class ArmSimd
|
||||
len -= 4;
|
||||
}
|
||||
|
||||
while(len-- > 0)
|
||||
c = Crc32.ComputeCrc32(c, buf[bufPos++]);
|
||||
while(len-- > 0) c = Crc32.ComputeCrc32(c, buf[bufPos++]);
|
||||
|
||||
return c;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user