#if 0 out another block that doesn't compile (lack of intaligned()
function prototype) This commit was SVN r406.
Этот коммит содержится в:
родитель
6727a6b16c
Коммит
f933e32c1d
@ -340,6 +340,7 @@ void *lam_memcpy_sum32(void *restrict dst,
|
||||
state->partial_size = 0;
|
||||
state->partial_int = 0;
|
||||
}
|
||||
#if 0
|
||||
if (intaligned(q)) {
|
||||
for (i = 0; i < csumlenresidue / sizeof(uint32_t); i++) {
|
||||
csum += *q++;
|
||||
@ -351,6 +352,7 @@ void *lam_memcpy_sum32(void *restrict dst,
|
||||
q++;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
csumlenresidue -= i * sizeof(uint32_t);
|
||||
if (csumlenresidue) {
|
||||
temp = 0;
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user