Skip to content

Commit

Permalink
fixed a wrong comment. Resolves lh3#997
Browse files Browse the repository at this point in the history
  • Loading branch information
lh3 committed Nov 30, 2022
1 parent 822ccd1 commit 226fd61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lchain.c
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ static inline int32_t comput_sc(const mm128_t *ai, const mm128_t *aj, int32_t ma
}

/* Input:
* a[].x: tid<<33 | rev<<32 | tpos
* a[].x: rev<<63 | tid<<32 | tpos
* a[].y: flags<<40 | q_span<<32 | q_pos
* Output:
* n_u: #chains
Expand Down

0 comments on commit 226fd61

Please sign in to comment.