1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 00:33:09 +00:00
BadFish/src
Gary Linscott 0edb6348d2 Fix compile for some versions of mingw
The bswap intrinsics are specific to the compiler, not the
host platform.

No functional change.

Resolves #155
2014-12-14 14:45:43 -05:00
..
syzygy Fix compile for some versions of mingw 2014-12-14 14:45:43 -05:00
benchmark.cpp Assorted nitpicking code-style 2014-12-10 12:38:13 +01:00
bitbase.cpp Bitbase index() from ADD to OR. 2014-11-26 07:56:48 +08:00
bitboard.cpp Assorted nitpicking code-style 2014-12-10 12:38:13 +01:00
bitboard.h Rename some variables for more clarity. 2014-12-08 07:53:33 +08:00
bitcount.h Use compiler intrinsic instead of assembly for popcnt 2014-07-03 18:22:53 +08:00
endgame.cpp Rename some variables for more clarity. 2014-12-08 07:53:33 +08:00
endgame.h Simplify pawnless endgame evaluation 2014-01-18 17:22:54 +01:00
evaluate.cpp Amend defended 2014-11-22 05:46:59 +08:00
evaluate.h Removing some superfluous extern declarations 2014-11-05 21:17:19 +00:00
main.cpp Retire #ifdef SYZYGY macro 2014-11-30 19:23:17 +00:00
Makefile Fix profile build for syzygy 2014-12-10 17:59:41 +00:00
material.cpp Fix some comments 2014-11-19 06:39:17 +08: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 Assorted nitpicking code-style 2014-12-10 12:38:13 +01:00
movegen.cpp Rename some variables for more clarity. 2014-12-08 07:53:33 +08:00
movegen.h Rename some variables for more clarity. 2014-12-08 07:53:33 +08:00
movepick.cpp Rename some variables for more clarity. 2014-12-08 07:53:33 +08:00
movepick.h Half History Max 2014-11-17 07:04:58 +08:00
pawns.cpp Halve StormDanger bonus for blocked pawn on A/H file 2014-12-11 13:08:29 -05:00
pawns.h Rename some variables for more clarity. 2014-12-08 07:53:33 +08:00
platform.h Update copyright year 2014-01-02 01:49:18 +01:00
position.cpp Assorted nitpicking code-style 2014-12-10 12:38:13 +01:00
position.h Rename some variables for more clarity. 2014-12-08 07:53:33 +08:00
psqtab.h Remove RookOn7th and merge values into psqt 2014-04-24 08:53:46 +02:00
search.cpp Avoid searching TT twice for the same key/position during probe() and store(). 2014-12-13 07:22:37 +00:00
search.h Clarify when forcing the moves loop 2014-12-10 12:35:21 +01:00
thread.cpp Rename some variables for more clarity. 2014-12-08 07:53:33 +08:00
thread.h 100% accurate PV display 2014-11-12 16:16:33 -05: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 Avoid searching TT twice for the same key/position during probe() and store(). 2014-12-13 07:22:37 +00:00
tt.h Avoid searching TT twice for the same key/position during probe() and store(). 2014-12-13 07:22:37 +00:00
types.h Introduce ratio operation 2014-11-26 07:55:57 +08:00
uci.cpp Syzygy tablebases 2014-11-26 07:49:58 +08:00
uci.h Retire notation.cpp 2014-10-26 19:40:13 +00:00
ucioption.cpp Retire #ifdef SYZYGY macro 2014-11-30 19:23:17 +00:00