mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-26 12:06:22 +08:00
Removed EVAL_NNUE macro.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// USI extended command for NNUE evaluation function
|
||||
|
||||
#if defined(ENABLE_TEST_CMD) && defined(EVAL_NNUE)
|
||||
#if defined(ENABLE_TEST_CMD)
|
||||
|
||||
#include "../thread.h"
|
||||
#include "../uci.h"
|
||||
@@ -198,4 +198,4 @@ void TestCommand(Position& pos, std::istream& stream) {
|
||||
|
||||
} // namespace Eval
|
||||
|
||||
#endif // defined(ENABLE_TEST_CMD) && defined(EVAL_NNUE)
|
||||
#endif // defined(ENABLE_TEST_CMD)
|
||||
|
||||
Reference in New Issue
Block a user