]> git.sesse.net Git - stockfish/commit
Small formatting improvements
authorcj5716 <125858804+cj5716@users.noreply.github.com>
Mon, 23 Oct 2023 23:43:49 +0000 (07:43 +0800)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Tue, 24 Oct 2023 15:42:13 +0000 (17:42 +0200)
commitd6a5c2b0852e0fe7efff1ef7e8bd6d94f962bf8e
tree6e00177ab0a9af47615a8aff982d0306a961e827
parent49ece9f791b84a261f2a8865d2de51c20a520bc6
Small formatting improvements

Changes some C style casts to C++ style, and fixes some incorrect comments and variable names.

closes #4845

No functional change
src/bitboard.h
src/nnue/evaluate_nnue.cpp
src/nnue/layers/sqr_clipped_relu.h
src/nnue/nnue_common.h
src/search.cpp