1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-05-01 01:03:09 +00:00
BadFish/src
Marco Costalba 1b0df1ae14 Retire pvMove in search()
Now we can directly replace it with
the definition resulting in simpler
and possibly faster code because
PvNode is evaluated at compile time.

No functional change.
2014-11-09 20:36:28 +01:00
..
benchmark.cpp Consistent use of anonymous namespace 2014-11-01 20:35:10 +00:00
bitbase.cpp Introduce distance() and unify some API 2014-11-09 10:27:04 +01:00
bitboard.cpp Introduce distance() and unify some API 2014-11-09 10:27:04 +01:00
bitboard.h Introduce distance() and unify some API 2014-11-09 10:27:04 +01:00
bitcount.h Use compiler intrinsic instead of assembly for popcnt 2014-07-03 18:22:53 +08:00
endgame.cpp Introduce distance() and unify some API 2014-11-09 10:27:04 +01:00
endgame.h Simplify pawnless endgame evaluation 2014-01-18 17:22:54 +01:00
evaluate.cpp Assorted code-style triviality 2014-11-09 20:17:29 +01:00
evaluate.h Removing some superfluous extern declarations 2014-11-05 21:17:19 +00:00
main.cpp Rename ucioption.h to uci.h 2014-10-26 19:39:46 +00:00
Makefile Retire notation.cpp 2014-10-26 19:40:13 +00:00
material.cpp Move game_phase() to Position 2014-06-20 23:44:46 +02:00
material.h Move game_phase() to Position 2014-06-20 23:44:46 +02:00
misc.cpp Correctly describe POPCNT compile 2014-11-01 20:43:57 +00:00
misc.h Removing some superfluous extern declarations 2014-11-05 21:17:19 +00:00
movegen.cpp Minor stuff scattered around 2014-04-28 17:07:43 +02:00
movegen.h Update copyright year 2014-01-02 01:49:18 +01:00
movepick.cpp Consistent use of anonymous namespace 2014-11-01 20:35:10 +00:00
movepick.h Sync some common names 2014-04-06 11:26:12 +02:00
pawns.cpp Introduce distance() and unify some API 2014-11-09 10:27:04 +01:00
pawns.h Further streamline connected pawn evaluation 2014-10-12 20:03:49 +01:00
platform.h Update copyright year 2014-01-02 01:49:18 +01:00
position.cpp Retire CACHE_LINE_ALIGNMENT 2014-11-07 14:27:04 -05:00
position.h Prefer operator<<() to pretty() 2014-11-01 19:02:35 +01:00
psqtab.h Remove RookOn7th and merge values into psqt 2014-04-24 08:53:46 +02:00
rkiss.h Move magic random to RKISS 2014-02-12 14:47:36 +01:00
search.cpp Retire pvMove in search() 2014-11-09 20:36:28 +01:00
search.h Removing some superfluous extern declarations 2014-11-05 21:17:19 +00:00
thread.cpp Rename ucioption.h to uci.h 2014-10-26 19:39:46 +00:00
thread.h Retire FakeSplit 2014-07-09 07:19:06 +08:00
timeman.cpp Rename ucioption.h to uci.h 2014-10-26 19:39:46 +00:00
timeman.h Fix Intel compiler warnings 2014-04-27 12:02:36 +02:00
tt.cpp Assorted code-style triviality 2014-11-09 20:17:29 +01:00
tt.h Convert TT depth to int8_t 2014-10-01 20:51:32 +01:00
types.h Assorted code-style triviality 2014-11-09 20:17:29 +01:00
uci.cpp Prefer operator<<() to pretty() 2014-11-01 19:02:35 +01:00
uci.h Retire notation.cpp 2014-10-26 19:40:13 +00:00
ucioption.cpp Remove dead code 2014-11-01 20:16:29 +00:00