Skip to content

Commit

Permalink
Move embedded net pointers outside of namespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthies committed Oct 19, 2023
1 parent 654d1bd commit 36dff5e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/RubiChess.h
Original file line number Diff line number Diff line change
Expand Up @@ -884,11 +884,6 @@ class NnueArchitecture
extern NnueType NnueReady;
extern NnueArchitecture* NnueCurrentArch;

#ifdef NNUEINCLUDED
extern const char _binary_net_nnue_start;
extern const char _binary_net_nnue_end;
#endif


class NnueLayer
{
Expand Down Expand Up @@ -2642,3 +2637,7 @@ namespace Simd {


void init_tablebases(char *path);
#ifdef NNUEINCLUDED
extern const char _binary_net_nnue_start;
extern const char _binary_net_nnue_end;
#endif

0 comments on commit 36dff5e

Please sign in to comment.