1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 00:33:09 +00:00
BadFish/src
Marco Costalba c73f33f37e Fix syzygy warnings with Intel compiler
Quick hack, a better job would require to
first move all syzygy code up to SF standard.

No functional change.
2015-01-18 07:29:51 +01:00
..
syzygy Fix syzygy warnings with Intel compiler 2015-01-18 07:29:51 +01:00
benchmark.cpp Higher movetime resolution for benchmarks 2015-01-11 20:07:11 +00:00
bitbase.cpp Update copyright year 2015-01-10 11:46:28 +01:00
bitboard.cpp Update copyright year 2015-01-10 11:46:28 +01:00
bitboard.h Update copyright year 2015-01-10 11:46:28 +01:00
bitcount.h Assorted headers cleanup 2015-01-11 22:56:35 +01:00
endgame.cpp Update copyright year 2015-01-10 11:46:28 +01:00
endgame.h Assorted headers cleanup 2015-01-11 22:56:35 +01:00
evaluate.cpp Update copyright year 2015-01-10 11:46:28 +01:00
evaluate.h Assorted headers cleanup 2015-01-11 22:56:35 +01:00
main.cpp Update copyright year 2015-01-10 11:46:28 +01:00
Makefile Higher movetime resolution for benchmarks 2015-01-11 20:07:11 +00:00
material.cpp Update copyright year 2015-01-10 11:46:28 +01:00
material.h Assorted headers cleanup 2015-01-11 22:56:35 +01:00
misc.cpp Update copyright year 2015-01-10 11:46:28 +01:00
misc.h Update copyright year 2015-01-10 11:46:28 +01:00
movegen.cpp Assorted headers cleanup 2015-01-11 22:56:35 +01:00
movegen.h Assorted headers cleanup 2015-01-11 22:56:35 +01:00
movepick.cpp Use VALUE_ZERO instead of 0 when comparing with Value 2015-01-13 21:07:18 +00:00
movepick.h Update copyright year 2015-01-10 11:46:28 +01:00
pawns.cpp Update copyright year 2015-01-10 11:46:28 +01:00
pawns.h Assorted headers cleanup 2015-01-11 22:56:35 +01:00
platform.h Update copyright year 2015-01-10 11:46:28 +01:00
position.cpp Assorted headers cleanup 2015-01-11 22:56:35 +01:00
position.h Assorted headers cleanup 2015-01-11 22:56:35 +01:00
psqtab.h Update copyright year 2015-01-10 11:46:28 +01:00
search.cpp Enable futility pruning for PV nodes in qsearch 2015-01-14 20:21:54 +00:00
search.h Assorted headers cleanup 2015-01-11 22:56:35 +01:00
thread.cpp Assorted headers cleanup 2015-01-11 22:56:35 +01:00
thread.h Assorted headers cleanup 2015-01-11 22:56:35 +01:00
timeman.cpp Update copyright year 2015-01-10 11:46:28 +01:00
timeman.h Update copyright year 2015-01-10 11:46:28 +01:00
tt.cpp Fix some missing rename from previous patch 2015-01-17 22:15:15 +01:00
tt.h Fix some missing rename from previous patch 2015-01-17 22:15:15 +01:00
types.h Simplify and optimize value extractors 2015-01-16 19:03:49 +00:00
uci.cpp Update copyright year 2015-01-10 11:46:28 +01:00
uci.h Assorted headers cleanup 2015-01-11 22:56:35 +01:00
ucioption.cpp Fix a possible overflow in TT resize 2015-01-17 21:42:47 +01:00