mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-22 18:17:02 +08:00
Assorted small cleanups
closes https://github.com/official-stockfish/Stockfish/pull/3973 No functional change
This commit is contained in:
committed by
Joost VandeVondele
parent
cc7bcd5303
commit
f7d1491b3d
@@ -450,7 +450,7 @@ constexpr Square to_sq(Move m) {
|
||||
}
|
||||
|
||||
constexpr int from_to(Move m) {
|
||||
return m & 0xFFF;
|
||||
return m & 0xFFF;
|
||||
}
|
||||
|
||||
constexpr MoveType type_of(Move m) {
|
||||
|
||||
Reference in New Issue
Block a user