cargo rustc -r --features syzygy -- -C target-cpu=native --emit link=Viridithas-B52DB6D7-2F39C031
    Updating crates.io index
     Locking 128 packages to latest Rust 1.93.0 compatible versions
      Adding rand v0.9.5 (available: v0.10.2)
      Adding ruzstd v0.8.3 (available: v0.9.0)
      Adding toml v0.9.12+spec-1.1.0 (available: v1.1.4+spec-1.1.0)
 Downloading crates ...
  Downloaded clap v4.6.5
  Downloaded clap_builder v4.6.5
   Compiling proc-macro2 v1.0.107
   Compiling unicode-ident v1.0.24
   Compiling quote v1.0.47
   Compiling utf8parse v0.2.2
   Compiling libc v0.2.189
   Compiling find-msvc-tools v0.1.9
   Compiling shlex v2.0.1
   Compiling is_terminal_polyfill v1.70.2
   Compiling anstyle v1.0.14
   Compiling anstyle-query v1.1.5
   Compiling colorchoice v1.0.5
   Compiling clap_lex v1.1.0
   Compiling heck v0.5.0
   Compiling thiserror v2.0.19
   Compiling strsim v0.11.1
   Compiling anyhow v1.0.104
   Compiling twox-hash v2.1.3
   Compiling byteorder v1.5.0
   Compiling vec1 v1.12.1
   Compiling arrayvec v0.7.8
   Compiling anstyle-parse v1.0.0
   Compiling ruzstd v0.8.3
   Compiling cc v1.4.0
   Compiling anstream v1.0.0
   Compiling fxhash v0.2.1
   Compiling clap_builder v4.6.5
   Compiling syn v3.0.3
   Compiling term_size v0.3.2
   Compiling memmap2 v0.9.11
   Compiling viridithas v21.0.0 (/tmp/tmpcxb9budc/Viridithas/Viridithas-tmp)
   Compiling clap_derive v4.6.4
   Compiling thiserror-impl v2.0.19
   Compiling clap v4.6.5
error[E0425]: cannot find value `L1_SIZE` in this scope
   --> src/nnue/network.rs:196:34
    |
196 | const REPERMUTE_INDICES: [usize; L1_SIZE / 2] = {
    |                                  ^^^^^^^ not found in this scope

error[E0425]: cannot find value `L1_SIZE` in this scope
   --> src/nnue/network.rs:197:27
    |
197 |     let mut indices = [0; L1_SIZE / 2];
    |                           ^^^^^^^ not found in this scope

error[E0425]: cannot find value `L1_SIZE` in this scope
   --> src/nnue/network.rs:199:15
    |
199 |     while i < L1_SIZE / 2 {
    |               ^^^^^^^ not found in this scope

For more information about this error, try `rustc --explain E0425`.
error: could not compile `viridithas` (bin "viridithas") due to 3 previous errors
make: *** [Makefile:28: openbench] Error 101