]> git.sesse.net Git - stockfish/blobdiff - src/psqt.cpp
Implement AffineTransformSparseInput for armv8
[stockfish] / src / psqt.cpp
index cfade2951ff9b5d53aa7a4b8b681433f9401a973..d3ebb20da1b5d100d55b7585722383214c1d77f1 100644 (file)
@@ -1,6 +1,6 @@
 /*
   Stockfish, a UCI chess playing engine derived from Glaurung 2.1
-  Copyright (C) 2004-2021 The Stockfish developers (see AUTHORS file)
+  Copyright (C) 2004-2023 The Stockfish developers (see AUTHORS file)
 
   Stockfish is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -24,6 +24,7 @@
 #include "bitboard.h"
 #include "types.h"
 
+namespace Stockfish {
 
 namespace
 {
@@ -126,3 +127,5 @@ void init() {
 }
 
 } // namespace PSQT
+
+} // namespace Stockfish