mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-26 03:56:50 +08: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