1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 16:53:09 +00:00
BadFish/src
Joost VandeVondele 651ec3b31e Revert "Avoid special casing for MinGW"
This reverts commit a6e89293df.

The offending setup has been found as gcc/mingw 7.3 (on Ubuntu 18.04).

fixes https://github.com/official-stockfish/Stockfish/issues/2963

closes https://github.com/official-stockfish/Stockfish/issues/2968

No functional change.
2020-08-10 07:28:19 +02:00
..
nnue Revert "Avoid special casing for MinGW" 2020-08-10 07:28:19 +02:00
syzygy Add NNUE evaluation 2020-08-06 16:37:45 +02:00
benchmark.cpp Add NNUE evaluation 2020-08-06 16:37:45 +02:00
bitbase.cpp Add NNUE evaluation 2020-08-06 16:37:45 +02:00
bitboard.cpp Add NNUE evaluation 2020-08-06 16:37:45 +02:00
bitboard.h Add NNUE evaluation 2020-08-06 16:37:45 +02:00
endgame.cpp Add NNUE evaluation 2020-08-06 16:37:45 +02:00
endgame.h Add NNUE evaluation 2020-08-06 16:37:45 +02:00
evaluate.cpp Adjust NNUE usage based on number of pawns in position 2020-08-09 21:26:17 +02:00
evaluate.h Add NNUE evaluation 2020-08-06 16:37:45 +02:00
main.cpp Add NNUE evaluation 2020-08-06 16:37:45 +02:00
Makefile Fix a data race for NNUE 2020-08-09 23:51:07 +02:00
material.cpp Add NNUE evaluation 2020-08-06 16:37:45 +02:00
material.h Add NNUE evaluation 2020-08-06 16:37:45 +02:00
misc.cpp Fix aligned_alloc on MinGW 2020-08-09 21:25:22 +02:00
misc.h Add NNUE evaluation 2020-08-06 16:37:45 +02:00
movegen.cpp Add NNUE evaluation 2020-08-06 16:37:45 +02:00
movegen.h Add NNUE evaluation 2020-08-06 16:37:45 +02:00
movepick.cpp Add NNUE evaluation 2020-08-06 16:37:45 +02:00
movepick.h Add NNUE evaluation 2020-08-06 16:37:45 +02:00
pawns.cpp Tuned pawn values 2020-08-07 08:57:37 +02:00
pawns.h Add NNUE evaluation 2020-08-06 16:37:45 +02:00
position.cpp Add NNUE evaluation 2020-08-06 16:37:45 +02:00
position.h Add NNUE evaluation 2020-08-06 16:37:45 +02:00
psqt.cpp Add NNUE evaluation 2020-08-06 16:37:45 +02:00
search.cpp LMR search tweak 2020-08-08 22:42:00 +02:00
search.h Add NNUE evaluation 2020-08-06 16:37:45 +02:00
thread.cpp Fix a data race for NNUE 2020-08-09 23:51:07 +02:00
thread.h Fix a data race for NNUE 2020-08-09 23:51:07 +02:00
thread_win32_osx.h Add NNUE evaluation 2020-08-06 16:37:45 +02:00
timeman.cpp Add NNUE evaluation 2020-08-06 16:37:45 +02:00
timeman.h Add NNUE evaluation 2020-08-06 16:37:45 +02:00
tt.cpp Add NNUE evaluation 2020-08-06 16:37:45 +02:00
tt.h Add NNUE evaluation 2020-08-06 16:37:45 +02:00
tune.cpp Add NNUE evaluation 2020-08-06 16:37:45 +02:00
tune.h Add NNUE evaluation 2020-08-06 16:37:45 +02:00
types.h Tuned pawn values 2020-08-07 08:57:37 +02:00
uci.cpp Add NNUE evaluation 2020-08-06 16:37:45 +02:00
uci.h Add NNUE evaluation 2020-08-06 16:37:45 +02:00
ucioption.cpp Update default net to nn-9931db908a9b.nnue 2020-08-07 13:07:28 +02:00