Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Mar 1, 2024. It is now read-only.
This repository was archived by the owner on Mar 1, 2024. It is now read-only.
There was an error while loading. Please reload this page.
crc_folding.c: In function ‘crc_fold_copy’:
crc_folding.c:288:19: warning: suggest parentheses around ‘-’ in operand of ‘&’ [-Wparentheses]
algn_diff = 0 - (unsigned long)src & 0xF;
I am unsure what the correct behaviour is here, and hope that someone who knows the algorithm can clarify this in the code.