Sopel97 / chess_pos_db

Database software for chess position statistics. Designed to provide high performance and handle billions of games.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mixed up Bitboard rank and file?

Sopel97 opened this issue · comments

constexpr explicit Bitboard(Rank r) noexcept :

shouldn't this be the other way around? a file has contiguous bits.

edit.
actually the comment seems to be wrong, square is consistent with this

this would mean square to string is wrong. values is in the wrong order.
flipVertically/Horizontally are wrong.
file(),rank() could use bitwise ops.

fixed in 9c5dbb9 and previous