You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 1, 2024. It is now read-only.
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.