Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
divinity76 authored Jan 29, 2024
1 parent 9b7a68c commit f02438d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c/blake3.c
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ INLINE void compress_subtree_to_parent_node(
// is set on platforms where MAX_SIMD_DEGREE_OR_2 == 2, GCC emits spurious
// warnings here. GCC 8.5 is particularly sensitive, so if you're changing
// this code, test it against that version.
#if MAX_SIMD_DEGREE_OR_2 > 2
#if MAX_SIMD_DEGREE_OR_2 > 2
while (num_cvs > 2 && num_cvs <= MAX_SIMD_DEGREE_OR_2) {
num_cvs =
compress_parents_parallel(cv_array, num_cvs, key, flags, out_array);
Expand Down

0 comments on commit f02438d

Please sign in to comment.