]> git.sesse.net Git - stockfish/blobdiff - src/nnue/layers/affine_transform.h
Cleanup comments and some code reorg.
[stockfish] / src / nnue / layers / affine_transform.h
index 3fba45ed87dc57e5ace02a366bad1a63e1f1c5d7..44fa5d00a434f8285dea2357e8e6889cfdd8aed6 100644 (file)
@@ -256,7 +256,8 @@ class AffineTransform {
         else if constexpr (OutputDimensions == 1)
         {
 
-    // We cannot use AVX512 for the last layer because there's only 32 inputs and the buffer is not padded to 64 elements.
+    // We cannot use AVX512 for the last layer because there are only 32 inputs
+    // and the buffer is not padded to 64 elements.
     #if defined(USE_AVX2)
             using vec_t = __m256i;
         #define vec_setzero _mm256_setzero_si256