Skip to content

Commit

Permalink
Update src/crccombine.c
Browse files Browse the repository at this point in the history
Co-authored-by: Madelyn Olson <[email protected]>
  • Loading branch information
Shivshankar-Reddy and madolson authored May 6, 2024
1 parent 9c2f316 commit 76699dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crccombine.c
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ static void gf2_matrix_square(uint64_t *square, uint64_t *mat, uint8_t dim) {
square[n] = CRC_MULTIPLY(mat, mat[n]);
}

/* Turns out our Server / Jones CRC cycles at this point, so we can support
/* Turns out our Jones CRC cycles at this point, so we can support
* more than 64 bits of extension if we want. Trivially. */
static uint64_t combine_cache[64][64];

Expand Down

0 comments on commit 76699dc

Please sign in to comment.