1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-05-01 01:03:09 +00:00
BadFish/src
syzygy1 d86663af14 Improve NDK section in Makefile
This PR sets the "comp" variable simply to "clang",
which seems to be more consistent and allows a small simplification.

The PR also moves the section that sets "profile_make" and "profile_use" to after the NDK section,
which ensures that these variables are now set correctly for NDK/clang.

closes https://github.com/official-stockfish/Stockfish/pull/3121

No functional change
2020-09-16 21:00:14 +02:00
..
incbin Embed default net, and simplify using non-default nets 2020-08-29 21:56:00 +02:00
nnue Bug fix in do_null_move() and NNUE simplification. 2020-09-08 22:53:17 +02:00
syzygy Only use MADV_RANDOM if defined 2020-09-02 07:32:10 +02:00
benchmark.cpp Always re-enable NNUE after "bench". 2020-09-08 22:53:50 +02:00
bitbase.cpp Add NNUE evaluation 2020-08-06 16:37:45 +02:00
bitboard.cpp Small trivial cleanups 2020-08-23 01:53:41 +02:00
bitboard.h Small trivial cleanups 2020-08-23 01:53:41 +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 Double probability of using classical eval 2020-09-08 22:56:08 +02:00
evaluate.h Update default net to nn-03744f8d56d8.nnue 2020-09-15 07:21:04 +02:00
main.cpp Embed default net, and simplify using non-default nets 2020-08-29 21:56:00 +02:00
Makefile Improve NDK section in Makefile 2020-09-16 21:00:14 +02:00
material.cpp Small trivial cleanups 2020-08-23 01:53:41 +02:00
material.h Add NNUE evaluation 2020-08-06 16:37:45 +02:00
misc.cpp Restore development version 2020-09-04 07:46:06 +02:00
misc.h Embed default net, and simplify using non-default nets 2020-08-29 21:56:00 +02:00
movegen.cpp Small trivial cleanups 2020-08-23 01:53:41 +02:00
movegen.h Add NNUE evaluation 2020-08-06 16:37:45 +02:00
movepick.cpp Small trivial cleanups 2020-08-23 01:53:41 +02:00
movepick.h Introduce movecount pruning for qsearch() 2020-08-23 23:27:03 +02:00
pawns.cpp Small trivial cleanups 2020-08-23 01:53:41 +02:00
pawns.h Add NNUE evaluation 2020-08-06 16:37:45 +02:00
position.cpp Bug fix in do_null_move() and NNUE simplification. 2020-09-08 22:53:17 +02:00
position.h Remove EvalList 2020-08-26 07:11:26 +02:00
psqt.cpp Add NNUE evaluation 2020-08-06 16:37:45 +02:00
search.cpp Use 2 * bestMoveChanges. 2020-09-16 20:56:40 +02:00
search.h Adjust penalty on refuted early quiet moves 2020-09-04 18:52:46 +02:00
thread.cpp LMR Root Node Simplification 2020-09-01 09:31:40 +02:00
thread.h LMR Root Node Simplification 2020-09-01 09:31:40 +02:00
thread_win32_osx.h Explicitly rely on pthreads if possible 2020-08-22 11:00:45 +02:00
timeman.cpp Small trivial cleanups 2020-08-23 01:53:41 +02:00
timeman.h Add NNUE evaluation 2020-08-06 16:37:45 +02:00
tt.cpp Allow TT entries with key16==0 to be fetched 2020-08-24 12:03:28 +02:00
tt.h Allow TT entries with key16==0 to be fetched 2020-08-24 12:03:28 +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 Remove EvalList 2020-08-26 07:11:26 +02:00
uci.cpp Small trivial cleanups 2020-08-23 01:53:41 +02:00
uci.h Add NNUE evaluation 2020-08-06 16:37:45 +02:00
ucioption.cpp Embed default net, and simplify using non-default nets 2020-08-29 21:56:00 +02:00