1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 16:53:09 +00:00
BadFish/src
mstembera 58fdb84b0d Simplify and optimize value extractors
Speed up results by Joona:

gcc-4.7 (1.5%)
gcc-4.8 (0.5%)
gcc-4.9 (1.0%)

Speed up results by mstembera:

gcc 474
p-value: 0.719

gcc 482
p-value: 1

gcc 492
p-value: 0.859

No functional change

Resolves #211
2015-01-16 19:03:49 +00:00
..
syzygy Fix a crash of syzygy on Android 2015-01-11 20:10:31 +00: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 Assorted headers cleanup 2015-01-11 22:56:35 +01:00
tt.h Assorted headers cleanup 2015-01-11 22:56:35 +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 Update copyright year 2015-01-10 11:46:28 +01:00