Skip to content

Commit

Permalink
- ハイフンを含むシンボルがISO C99違反だったので修正。
Browse files Browse the repository at this point in the history
  • Loading branch information
yaneurao committed Jun 25, 2024
1 parent 7ac9d7d commit cbee37b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions source/eval/nnue/architectures/kp_256x2-32-32.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// NNUE評価関数で用いる入力特徴量とネットワーク構造の定義
#ifndef NNUE_KP_256X2-32-32_H_INCLUDED
#define NNUE_KP_256X2-32-32_H_INCLUDED
#ifndef NNUE_KP_256X2_32_32_H_INCLUDED
#define NNUE_KP_256X2_32_32_H_INCLUDED

#include "../features/feature_set.h"
#include "../features/k.h"
Expand Down Expand Up @@ -36,4 +36,4 @@ using Network = Layers::OutputLayer;

} // namespace Eval

#endif // #ifndef NNUE_KP_256X2-32-32_H_INCLUDED
#endif // #ifndef NNUE_KP_256X2_32_32_H_INCLUDED
6 changes: 3 additions & 3 deletions source/eval/nnue/nnue_architecture.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@

#elif defined(EVAL_NNUE_KP256)

// KP256型
// kp型
#include "architectures/kp_256x2-32-32.h"

#elif defined(EVAL_NNUE_HALFKPE9)

// halfKPE9型
// halfkpe9型
#include "architectures/halfkpe9_256x2-32-32.h"

#elif defined(YANEURAOU_ENGINE_NNUE_HALFKP_512X2_16_32)
Expand All @@ -50,7 +50,7 @@

#elif defined(EVAL_NNUE_HALFKP_VM_256X2_32_32)

// halfkp_vm_256x2-32-32型
// halfkpvm_256x2-32-32型
#include "architectures/halfkpvm_256x2-32-32.h"

#else
Expand Down

0 comments on commit cbee37b

Please sign in to comment.