mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 13:17:44 +00:00
ARCH=x86-64-avx2を指定できるようにした
This commit is contained in:
@@ -5,6 +5,12 @@
|
||||
|
||||
#if defined(EVAL_NNUE)
|
||||
|
||||
#if defined(USE_AVX2)
|
||||
#include <immintrin.h>
|
||||
#elif defined(USE_SSE2)
|
||||
#include <emmintrin.h>
|
||||
#endif
|
||||
|
||||
namespace Eval {
|
||||
|
||||
namespace NNUE {
|
||||
|
||||
Reference in New Issue
Block a user