edax-reversi icon indicating copy to clipboard operation
edax-reversi copied to clipboard

Potential bug in hash.c

Open Marmotte06 opened this issue 3 years ago • 0 comments

In hash.c line 677, the right test is likely: if (hash->data.move[1] == move) rather than if (hash->data.move[0] == move)

otherwise the else if is useless.

That potential bug was already reported in okuhara/edax-reversi-AVX

Marmotte06 avatar May 31 '21 05:05 Marmotte06