cargo rustc --manifest-path ./engine/Cargo.toml --bin tcheran --release   -- -C target-cpu=native --emit link=Tcheran-4FE7460A-37D832E5
   Compiling find-msvc-tools v0.1.9
   Compiling shlex v2.0.1
   Compiling cc v1.2.65
   Compiling engine v13.0.0-dev (/tmp/tmpbnuhodf0/Tcheran/Tcheran-tmp/engine)
error[E0425]: cannot find value `a` in this scope
   --> engine/src/engine/eval/nnue/simd.rs:246:43
    |
246 |         avx2 { _mm256_slli_epi32::<SHIFT>(a) }
    |                                           ^
    |
help: a local variable with a similar name exists
    |
246 -         avx2 { _mm256_slli_epi32::<SHIFT>(a) }
246 +         avx2 { _mm256_slli_epi32::<SHIFT>(n) }
    |

For more information about this error, try `rustc --explain E0425`.
error: could not compile `engine` (lib) due to 1 previous error
make: *** [Makefile:24: build] Error 101