Modify indent of comments
parent
7f75f05e84
commit
9e802ede9c
|
@ -281,8 +281,8 @@ void ZSTD_wildcopy(void* dst, const void* src, ptrdiff_t length, ZSTD_overlap_e
|
||||||
/* Separate out the first COPY16() call because the copy length is
|
/* Separate out the first COPY16() call because the copy length is
|
||||||
* almost certain to be short, so the branches have different
|
* almost certain to be short, so the branches have different
|
||||||
* probabilities. Since it is almost certain to be short, only do
|
* probabilities. Since it is almost certain to be short, only do
|
||||||
* one COPY16() in the first call. Then, do two calls per loop since
|
* one COPY16() in the first call. Then, do two calls per loop since
|
||||||
* at that point it is more likely to have a high trip count.
|
* at that point it is more likely to have a high trip count.
|
||||||
*/
|
*/
|
||||||
#ifndef __aarch64__
|
#ifndef __aarch64__
|
||||||
COPY16(op, ip);
|
COPY16(op, ip);
|
||||||
|
|
Loading…
Reference in New Issue